Html Css Color HEX #09DE0B Free Speech Green

📋 copy color: '#09DE0B'

red 9 ◦ green 222 ◦ blue 11

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

Shades of Free Speech Green #09DE0B

Tints of Free Speech Green #09DE0B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 91.74%

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

R = 3.72%
G = 91.74%
B = 4.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#09DE0B (or 0x09DE0B) is known color: Free Speech Green. HEX triplet: 09, DE and 0B. RGB value is (9,222,11). Sum of RGB (Red+Green+Blue) = 9+222+11=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 222 (87.11% from 255 or 91.74% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 222 - color contains mainly: green. Hex color #09DE0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DE0B is #F621F4. Grayscale: #868686. Windows color (decimal): -16130549 or 777737. OLE color: 777737.

HSL color Cylindrical-coordinate representation of color #09DE0B: hue angle of 120.56º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DE0B is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 222 11 -
CMYK 0.96 0 0.95 0.13
HSL 120.56º 0.92% 0.45% -
HSV(B) 120.56º 0.96% 0.87% -
XYZ 26.29 52.32 9.03 -
YUV 134.26 58.43 38.66 -
System Red Green Blue C M Y K H S L
Decimal 9 222 11 0.96 0 0.95 0.13 120.56 0.92 0.45
Hex 9 DE B 60 0 5F D 79 5C 2D
Octal 11 336 13 140 0 137 15 171 134 55
Binary 1001 11011110 1011 1100000 0 1011111 1101 1111001 1011100 101101

Color Harmonies of #09DE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DE0B

Black with #09DE0B

Text Example


Text Example

White with #09DE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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