Html Css Color HEX #09DE18 Free Speech Green

📋 copy color: '#09DE18'

red 9 ◦ green 222 ◦ blue 24

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

Shades of Free Speech Green #09DE18

Tints of Free Speech Green #09DE18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.41%

R = 3.53%
G = 87.06%
B = 9.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#09DE18 (or 0x09DE18) is known color: Free Speech Green. HEX triplet: 09, DE and 18. RGB value is (9,222,24). Sum of RGB (Red+Green+Blue) = 9+222+24=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 222 (87.11% from 255 or 87.06% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 222 - color contains mainly: green. Hex color #09DE18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DE18 is #F621E7. Grayscale: #888888. Windows color (decimal): -16130536 or 1629705. OLE color: 1629705.

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

Color convert

RGB 9 222 24 -
CMYK 0.96 0 0.89 0.13
HSL 124.23º 0.92% 0.45% -
HSV(B) 124.23º 0.96% 0.87% -
XYZ 26.4 52.37 9.58 -
YUV 135.74 64.93 37.6 -
System Red Green Blue C M Y K H S L
Decimal 9 222 24 0.96 0 0.89 0.13 124.23 0.92 0.45
Hex 9 DE 18 60 0 59 D 7C 5C 2D
Octal 11 336 30 140 0 131 15 174 134 55
Binary 1001 11011110 11000 1100000 0 1011001 1101 1111100 1011100 101101

Color Harmonies of #09DE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DE18

Black with #09DE18

Text Example


Text Example

White with #09DE18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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