#0FE211

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

Shades of Free Speech Green #0FE211

Tints of Free Speech Green #0FE211

Color information

#0FE211 (or 0x0FE211) is unknown color: approx Free Speech Green. HEX triplet: 0F, E2 and 11. RGB value is (15,226,17). Sum of RGB (Red+Green+Blue) = 15+226+17=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 226 (88.67% from 255 or 87.60% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE211 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FE211 is #F01DEE. Grayscale: #8B8B8B. Windows color (decimal): -15736303 or 1171983. OLE color: 1171983.

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

Color convert

RGB1522617-
CMYK0.9300.920.11
HSL120.57º87.55%47.25%-
HSV(B)120.57º93.36%88.63%-
XYZ27.4954.539.61-
YUV139.0859.139.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.81%
GREEN value IS 226 (88.67% from 255) = 87.60%
BLUE value IS 17 (7.03% from 255) = 6.59%
R=5.81%
G=87.60%
B=6.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal15226170.9300.920.11120.5787.5547.25
HexFE2115D05CB79582f
Octal173422113501341317113057
Binary11111110001010001101110101011100101111110011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,226,17); }

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

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

 a { background-color: rgb(15,226,17); }

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

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

 span { border-color: rgb(15,226,17); }

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