Html Css Color HEX #09F008 Free Speech Green

📋 copy color: '#09F008'

red 9 ◦ green 240 ◦ blue 8

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

Shades of Free Speech Green #09F008

Tints of Free Speech Green #09F008

RGB

 RED value IS 9 (3.91% from 255) = 3.5%

 GREEN value IS 240 (94.14% from 255) = 93.39%

 BLUE value IS 8 (3.52% from 255) = 3.11%

R = 3.5%
G = 93.39%
B = 3.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#09F008 (or 0x09F008) is known color: Free Speech Green. HEX triplet: 09, F0 and 08. RGB value is (9,240,8). Sum of RGB (Red+Green+Blue) = 9+240+8=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 240 (94.14% from 255 or 93.39% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 240 - color contains mainly: green. Hex color #09F008 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F008 is #F60FF7. Grayscale: #919191. Windows color (decimal): -16125944 or 585737. OLE color: 585737.

HSL color Cylindrical-coordinate representation of color #09F008: hue angle of 119.74º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09F008 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 240 8 -
CMYK 0.96 0 0.97 0.06
HSL 119.74º 0.94% 0.49% -
HSV(B) 119.74º 0.97% 0.94% -
XYZ 31.32 62.4 10.62 -
YUV 144.48 50.97 31.36 -
System Red Green Blue C M Y K H S L
Decimal 9 240 8 0.96 0 0.97 0.06 119.74 0.94 0.49
Hex 9 F0 8 60 0 61 6 78 5E 31
Octal 11 360 10 140 0 141 6 170 136 61
Binary 1001 11110000 1000 1100000 0 1100001 110 1111000 1011110 110001

Color Harmonies of #09F008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F008

Black with #09F008

Text Example


Text Example

White with #09F008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09F008; }

 p { color: rgb(9,240,8); }

 H1.HeaderClassName
 {
   color: #09F008;
 }
 .AnyTagClassName
 {
   color: #09F008;
 }
</style>

background-color css

<style>
 a { background-color: #09F008; }

 a { background-color: rgb(9,240,8); }

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

border-color css

<style>
 span { border-color: #09F008; }

 span { border-color: rgb(9,240,8); }

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