Html Css Color HEX #09F012 Free Speech Green

📋 copy color: '#09F012'

red 9 ◦ green 240 ◦ blue 18

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

Shades of Free Speech Green #09F012

Tints of Free Speech Green #09F012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.74%

R = 3.37%
G = 89.89%
B = 6.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#09F012 (or 0x09F012) is known color: Free Speech Green. HEX triplet: 09, F0 and 12. RGB value is (9,240,18). Sum of RGB (Red+Green+Blue) = 9+240+18=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 240 (94.14% from 255 or 89.89% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 240 - color contains mainly: green. Hex color #09F012 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F012 is #F60FED. Grayscale: #929292. Windows color (decimal): -16125934 or 1241097. OLE color: 1241097.

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

Color convert

RGB 9 240 18 -
CMYK 0.96 0 0.92 0.06
HSL 122.34º 0.93% 0.49% -
HSV(B) 122.34º 0.96% 0.94% -
XYZ 31.38 62.42 10.97 -
YUV 145.62 55.97 30.55 -
System Red Green Blue C M Y K H S L
Decimal 9 240 18 0.96 0 0.92 0.06 122.34 0.93 0.49
Hex 9 F0 12 60 0 5C 6 7A 5D 31
Octal 11 360 22 140 0 134 6 172 135 61
Binary 1001 11110000 10010 1100000 0 1011100 110 1111010 1011101 110001

Color Harmonies of #09F012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F012

Black with #09F012

Text Example


Text Example

White with #09F012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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