Html Css Color HEX #0FD209 Free Speech Green

📋 copy color: '#0FD209'

red 15 ◦ green 210 ◦ blue 9

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

Shades of Free Speech Green #0FD209

Tints of Free Speech Green #0FD209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.85%

R = 6.41%
G = 89.74%
B = 3.85%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#0FD209 (or 0x0FD209) is known color: Free Speech Green. HEX triplet: 0F, D2 and 09. RGB value is (15,210,9). Sum of RGB (Red+Green+Blue) = 15+210+9=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 210 (82.42% from 255 or 89.74% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD209 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD209 is #F02DF6. Grayscale: #818181. Windows color (decimal): -15740407 or 643599. OLE color: 643599.

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

Color convert

RGB 15 210 9 -
CMYK 0.93 0 0.96 0.18
HSL 118.21º 0.92% 0.43% -
HSV(B) 118.21º 0.96% 0.82% -
XYZ 23.29 46.21 7.95 -
YUV 128.78 60.4 46.84 -
System Red Green Blue C M Y K H S L
Decimal 15 210 9 0.93 0 0.96 0.18 118.21 0.92 0.43
Hex F D2 9 5D 0 60 12 76 5C 2B
Octal 17 322 11 135 0 140 22 166 134 53
Binary 1111 11010010 1001 1011101 0 1100000 10010 1110110 1011100 101011

Color Harmonies of #0FD209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD209

Black with #0FD209

Text Example


Text Example

White with #0FD209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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