Html Css Color HEX #09E80B Free Speech Green

📋 copy color: '#09E80B'

red 9 ◦ green 232 ◦ blue 11

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

Shades of Free Speech Green #09E80B

Tints of Free Speech Green #09E80B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 92.06%

 BLUE value IS 11 (4.69% from 255) = 4.37%

R = 3.57%
G = 92.06%
B = 4.37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#09E80B (or 0x09E80B) is known color: Free Speech Green. HEX triplet: 09, E8 and 0B. RGB value is (9,232,11). Sum of RGB (Red+Green+Blue) = 9+232+11=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 232 (91.02% from 255 or 92.06% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 232 - color contains mainly: green. Hex color #09E80B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09E80B is #F617F4. Grayscale: #8C8C8C. Windows color (decimal): -16127989 or 780297. OLE color: 780297.

HSL color Cylindrical-coordinate representation of color #09E80B: hue angle of 120.54º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E80B is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 232 11 -
CMYK 0.96 0 0.95 0.09
HSL 120.54º 0.93% 0.47% -
HSV(B) 120.54º 0.96% 0.91% -
XYZ 29.03 57.8 9.94 -
YUV 140.13 55.12 34.47 -
System Red Green Blue C M Y K H S L
Decimal 9 232 11 0.96 0 0.95 0.09 120.54 0.93 0.47
Hex 9 E8 B 60 0 5F 9 79 5D 2F
Octal 11 350 13 140 0 137 11 171 135 57
Binary 1001 11101000 1011 1100000 0 1011111 1001 1111001 1011101 101111

Color Harmonies of #09E80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E80B

Black with #09E80B

Text Example


Text Example

White with #09E80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,232,11); }

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

background-color css

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

 a { background-color: rgb(9,232,11); }

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

border-color css

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

 span { border-color: rgb(9,232,11); }

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