Html Css Color HEX #09FB14 Free Speech Green

📋 copy color: '#09FB14'

red 9 ◦ green 251 ◦ blue 20

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

Shades of Free Speech Green #09FB14

Tints of Free Speech Green #09FB14

RGB

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

 GREEN value IS 251 (98.44% from 255) = 89.64%

 BLUE value IS 20 (8.2% from 255) = 7.14%

R = 3.21%
G = 89.64%
B = 7.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#09FB14 (or 0x09FB14) is known color: Free Speech Green. HEX triplet: 09, FB and 14. RGB value is (9,251,20). Sum of RGB (Red+Green+Blue) = 9+251+20=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 251 (98.44% from 255 or 89.64% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 251 - color contains mainly: green. Hex color #09FB14 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FB14 is #F604EB. Grayscale: #989898. Windows color (decimal): -16123116 or 1374985. OLE color: 1374985.

HSL color Cylindrical-coordinate representation of color #09FB14: hue angle of 122.73º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FB14 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 251 20 -
CMYK 0.96 0 0.92 0.02
HSL 122.73º 0.97% 0.51% -
HSV(B) 122.73º 0.96% 0.98% -
XYZ 34.74 69.1 12.17 -
YUV 152.31 53.33 25.78 -
System Red Green Blue C M Y K H S L
Decimal 9 251 20 0.96 0 0.92 0.02 122.73 0.97 0.51
Hex 9 FB 14 60 0 5C 2 7B 61 33
Octal 11 373 24 140 0 134 2 173 141 63
Binary 1001 11111011 10100 1100000 0 1011100 10 1111011 1100001 110011

Color Harmonies of #09FB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FB14

Black with #09FB14

Text Example


Text Example

White with #09FB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,251,20); }

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

background-color css

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

 a { background-color: rgb(9,251,20); }

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

border-color css

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

 span { border-color: rgb(9,251,20); }

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