#0FE012

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

Shades of Free Speech Green #0FE012

Tints of Free Speech Green #0FE012

Color information

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

HSL color Cylindrical-coordinate representation of color #0FE012: hue angle of 120.86º 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 #0FE012 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB1522418-
CMYK0.9300.920.12
HSL120.86º87.45%46.86%-
HSV(B)120.86º93.3%87.84%-
XYZ26.9653.469.47-
YUV138.0260.2640.25-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal15224180.9300.920.12120.8687.4546.86
HexFE0125D05CC79572f
Octal173402213501341417112757
Binary11111110000010010101110101011100110011110011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FE012; }

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

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

<style>
 a { background-color: #0FE012; }

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

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

<style>
 span { border-color: #0FE012; }

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

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