#12F732

Color #12F732 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #12F732

Tints of Free Speech Green #12F732

Color information

#12F732 (or 0x12F732) is unknown color: approx Free Speech Green. HEX triplet: 12, F7 and 32. RGB value is (18,247,50). Sum of RGB (Red+Green+Blue) = 18+247+50=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 247 (96.88% from 255 or 78.41% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 247 - color contains mainly: green. Hex color #12F732 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F732 is #ED08CD. Grayscale: #9C9C9C. Windows color (decimal): -15534286 or 3340050. OLE color: 3340050.

HSL color Cylindrical-coordinate representation of color #12F732: hue angle of 128.38º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F732 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB1824750-
CMYK0.9300.800.03
HSL128.38º93.47%51.96%-
HSV(B)128.38º92.71%96.86%-
XYZ34.0966.8814.13-
YUV156.0768.1329.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 5.71%
GREEN value IS 247 (96.88% from 255) = 78.41%
BLUE value IS 50 (19.92% from 255) = 15.87%
R=5.71%
G=78.41%
B=15.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal18247500.9300.800.03128.3893.4751.96
Hex12F7325D0503805d34
Octal22367621350120320013564
Binary100101111011111001010111010101000011100000001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12F732; }

 p { color: rgb(18,247,50); }

 H1.HeaderClassName
 {
   color: #12F732;
 }
 .AnyTagClassName
 {
   color: #12F732;
 }
</style>
background-color css

<style>
 a { background-color: #12F732; }

 a { background-color: rgb(18,247,50); }

 div.DivClassName
 {
   background-color: #12F732;
 }
 .BgClassName
 {
   background-color: #12F732;
 }
</style>
border-color css

<style>
 span { border-color: #12F732; }

 span { border-color: rgb(18,247,50); }

 td.TdClassName
 {
   border-color: #12F732;
 }
 .TagClassName
 {
   border-color: #12F732;
 }
</style>