#12E00F

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

Shades of Free Speech Green #12E00F

Tints of Free Speech Green #12E00F

Color information

#12E00F (or 0x12E00F) is unknown color: approx Free Speech Green. HEX triplet: 12, E0 and 0F. RGB value is (18,224,15). Sum of RGB (Red+Green+Blue) = 18+224+15=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 224 (87.89% from 255 or 87.16% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 224 - color contains mainly: green. Hex color #12E00F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12E00F is #ED1FF0. Grayscale: #8B8B8B. Windows color (decimal): -15540209 or 1040402. OLE color: 1040402.

HSL color Cylindrical-coordinate representation of color #12E00F: hue angle of 119.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12E00F is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB1822415-
CMYK0.9200.930.12
HSL119.14º87.45%46.86%-
HSV(B)119.14º93.3%87.84%-
XYZ26.9953.479.35-
YUV138.5858.2541.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 224 (87.89% from 255) = 87.16%
BLUE value IS 15 (6.25% from 255) = 5.84%
R=7.00%
G=87.16%
B=5.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal18224150.9200.930.12119.1487.4546.86
Hex12E0F5C05DC77572f
Octal223401713401351416712757
Binary10010111000001111101110001011101110011101111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,224,15); }

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

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

 a { background-color: rgb(18,224,15); }

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

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

 span { border-color: rgb(18,224,15); }

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