Html Css Color HEX #09DE0D Free Speech Green

📋 copy color: '#09DE0D'

red 9 ◦ green 222 ◦ blue 13

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

Shades of Free Speech Green #09DE0D

Tints of Free Speech Green #09DE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.33%

R = 3.69%
G = 90.98%
B = 5.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#09DE0D (or 0x09DE0D) is known color: Free Speech Green. HEX triplet: 09, DE and 0D. RGB value is (9,222,13). Sum of RGB (Red+Green+Blue) = 9+222+13=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 222 (87.11% from 255 or 90.98% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 222 - color contains mainly: green. Hex color #09DE0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DE0D is #F621F2. Grayscale: #878787. Windows color (decimal): -16130547 or 908809. OLE color: 908809.

HSL color Cylindrical-coordinate representation of color #09DE0D: hue angle of 121.13º 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 #09DE0D is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 222 13 -
CMYK 0.96 0 0.94 0.13
HSL 121.13º 0.92% 0.45% -
HSV(B) 121.13º 0.96% 0.87% -
XYZ 26.31 52.33 9.09 -
YUV 134.49 59.43 38.49 -
System Red Green Blue C M Y K H S L
Decimal 9 222 13 0.96 0 0.94 0.13 121.13 0.92 0.45
Hex 9 DE D 60 0 5E D 79 5C 2D
Octal 11 336 15 140 0 136 15 171 134 55
Binary 1001 11011110 1101 1100000 0 1011110 1101 1111001 1011100 101101

Color Harmonies of #09DE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DE0D

Black with #09DE0D

Text Example


Text Example

White with #09DE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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