Html Css Color HEX #0FD211 Free Speech Green

📋 copy color: '#0FD211'

red 15 ◦ green 210 ◦ blue 17

#0FD211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #0FD211

Tints of Free Speech Green #0FD211

RGB

 RED value IS 15 (6.25% from 255) = 6.2%

 GREEN value IS 210 (82.42% from 255) = 86.78%

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 6.2%
G = 86.78%
B = 7.02%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#0FD211 (or 0x0FD211) is known color: Free Speech Green. HEX triplet: 0F, D2 and 11. RGB value is (15,210,17). Sum of RGB (Red+Green+Blue) = 15+210+17=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 210 (82.42% from 255 or 86.78% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD211 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD211 is #F02DEE. Grayscale: #828282. Windows color (decimal): -15740399 or 1167887. OLE color: 1167887.

HSL color Cylindrical-coordinate representation of color #0FD211: hue angle of 120.62º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD211 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 210 17 -
CMYK 0.93 0 0.92 0.18
HSL 120.62º 0.87% 0.44% -
HSV(B) 120.62º 0.93% 0.82% -
XYZ 23.34 46.24 8.22 -
YUV 129.69 64.4 46.19 -
System Red Green Blue C M Y K H S L
Decimal 15 210 17 0.93 0 0.92 0.18 120.62 0.87 0.44
Hex F D2 11 5D 0 5C 12 79 57 2C
Octal 17 322 21 135 0 134 22 171 127 54
Binary 1111 11010010 10001 1011101 0 1011100 10010 1111001 1010111 101100

Color Harmonies of #0FD211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD211

Black with #0FD211

Text Example


Text Example

White with #0FD211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FD211;
 }
 .AnyTagClassName
 {
   color: #0FD211;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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