#0FE014

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

Shades of Free Speech Green #0FE014

Tints of Free Speech Green #0FE014

Color information

#0FE014 (or 0x0FE014) is unknown color: approx Free Speech Green. HEX triplet: 0F, E0 and 14. RGB value is (15,224,20). Sum of RGB (Red+Green+Blue) = 15+224+20=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 224 (87.89% from 255 or 86.49% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE014 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FE014 is #F01FEB. Grayscale: #8A8A8A. Windows color (decimal): -15736812 or 1368079. OLE color: 1368079.

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

Color convert

RGB1522420-
CMYK0.9300.910.12
HSL121.44º87.45%46.86%-
HSV(B)121.44º93.3%87.84%-
XYZ26.9853.469.56-
YUV138.2561.2640.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.79%
GREEN value IS 224 (87.89% from 255) = 86.49%
BLUE value IS 20 (8.20% from 255) = 7.72%
R=5.79%
G=86.49%
B=7.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal15224200.9300.910.12121.4487.4546.86
HexFE0145D05BC79572f
Octal173402413501331417112757
Binary11111110000010100101110101011011110011110011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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