#0FE810

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

Shades of Free Speech Green #0FE810

Tints of Free Speech Green #0FE810

Color information

#0FE810 (or 0x0FE810) is unknown color: approx Free Speech Green. HEX triplet: 0F, E8 and 10. RGB value is (15,232,16). Sum of RGB (Red+Green+Blue) = 15+232+16=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 232 (91.02% from 255 or 88.21% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 232 - color contains mainly: green. Hex color #0FE810 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FE810 is #F017EF. Grayscale: #8F8F8F. Windows color (decimal): -15734768 or 1107983. OLE color: 1107983.

HSL color Cylindrical-coordinate representation of color #0FE810: hue angle of 120.28º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE810 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB1523216-
CMYK0.9400.930.09
HSL120.28º87.85%48.43%-
HSV(B)120.28º93.53%90.98%-
XYZ29.1557.8510.12-
YUV142.4956.6137.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.70%
GREEN value IS 232 (91.02% from 255) = 88.21%
BLUE value IS 16 (6.64% from 255) = 6.08%
R=5.70%
G=88.21%
B=6.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal15232160.9400.930.09120.2887.8548.43
HexFE8105E05D9785830
Octal173502013601351117013060
Binary11111110100010000101111001011101100111110001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,232,16); }

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

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

 a { background-color: rgb(15,232,16); }

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

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

 span { border-color: rgb(15,232,16); }

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