#0FF210

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

Shades of Free Speech Green #0FF210

Tints of Free Speech Green #0FF210

Color information

#0FF210 (or 0x0FF210) is unknown color: approx Free Speech Green. HEX triplet: 0F, F2 and 10. RGB value is (15,242,16). Sum of RGB (Red+Green+Blue) = 15+242+16=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 242 (94.92% from 255 or 88.64% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 242 - color contains mainly: green. Hex color #0FF210 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF210 is #F00DEF. Grayscale: #959595. Windows color (decimal): -15732208 or 1110543. OLE color: 1110543.

HSL color Cylindrical-coordinate representation of color #0FF210: hue angle of 120.26º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF210 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB1524216-
CMYK0.9400.930.05
HSL120.26º89.72%50.39%-
HSV(B)120.26º93.8%94.9%-
XYZ32.0463.6411.09-
YUV148.3653.2932.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.49%
GREEN value IS 242 (94.92% from 255) = 88.64%
BLUE value IS 16 (6.64% from 255) = 5.86%
R=5.49%
G=88.64%
B=5.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal15242160.9400.930.05120.2689.7250.39
HexFF2105E05D5785a32
Octal17362201360135517013262
Binary1111111100101000010111100101110110111110001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FF210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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