Html Css Color HEX #09DB0B Free Speech Green

📋 copy color: '#09DB0B'

red 9 ◦ green 219 ◦ blue 11

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

Shades of Free Speech Green #09DB0B

Tints of Free Speech Green #09DB0B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 91.63%

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

R = 3.77%
G = 91.63%
B = 4.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#09DB0B (or 0x09DB0B) is known color: Free Speech Green. HEX triplet: 09, DB and 0B. RGB value is (9,219,11). Sum of RGB (Red+Green+Blue) = 9+219+11=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 219 (85.94% from 255 or 91.63% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 219 - color contains mainly: green. Hex color #09DB0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DB0B is #F624F4. Grayscale: #858585. Windows color (decimal): -16131317 or 776969. OLE color: 776969.

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

Color convert

RGB 9 219 11 -
CMYK 0.96 0 0.95 0.14
HSL 120.57º 0.92% 0.45% -
HSV(B) 120.57º 0.96% 0.86% -
XYZ 25.5 50.75 8.77 -
YUV 132.5 59.43 39.91 -
System Red Green Blue C M Y K H S L
Decimal 9 219 11 0.96 0 0.95 0.14 120.57 0.92 0.45
Hex 9 DB B 60 0 5F E 79 5C 2D
Octal 11 333 13 140 0 137 16 171 134 55
Binary 1001 11011011 1011 1100000 0 1011111 1110 1111001 1011100 101101

Color Harmonies of #09DB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DB0B

Black with #09DB0B

Text Example


Text Example

White with #09DB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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