Html Css Color HEX #0FC909 Free Speech Green

📋 copy color: '#0FC909'

red 15 ◦ green 201 ◦ blue 9

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

Shades of Free Speech Green #0FC909

Tints of Free Speech Green #0FC909

RGB

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

 GREEN value IS 201 (78.91% from 255) = 89.33%

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

R = 6.67%
G = 89.33%
B = 4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#0FC909 (or 0x0FC909) is known color: Free Speech Green. HEX triplet: 0F, C9 and 09. RGB value is (15,201,9). Sum of RGB (Red+Green+Blue) = 15+201+9=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 201 (78.91% from 255 or 89.33% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC909 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC909 is #F036F6. Grayscale: #7C7C7C. Windows color (decimal): -15742711 or 641295. OLE color: 641295.

HSL color Cylindrical-coordinate representation of color #0FC909: hue angle of 118.12º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FC909 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 15 201 9 -
CMYK 0.93 0 0.96 0.21
HSL 118.13º 0.91% 0.41% -
HSV(B) 118.13º 0.96% 0.79% -
XYZ 21.13 41.89 7.23 -
YUV 123.5 63.38 50.61 -
System Red Green Blue C M Y K H S L
Decimal 15 201 9 0.93 0 0.96 0.21 118.13 0.91 0.41
Hex F C9 9 5D 0 60 15 76 5B 29
Octal 17 311 11 135 0 140 25 166 133 51
Binary 1111 11001001 1001 1011101 0 1100000 10101 1110110 1011011 101001

Color Harmonies of #0FC909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC909

Black with #0FC909

Text Example


Text Example

White with #0FC909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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