Html Css Color HEX #09E500 Free Speech Green

📋 copy color: '#09E500'

red 9 ◦ green 229 ◦ blue 0

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

Shades of Free Speech Green #09E500

Tints of Free Speech Green #09E500

RGB

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

 GREEN value IS 229 (89.84% from 255) = 96.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 3.78%
G = 96.22%
B = 0%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#09E500 (or 0x09E500) is known color: Free Speech Green. HEX triplet: 09, E5 and 00. RGB value is (9,229,0). Sum of RGB (Red+Green+Blue) = 9+229+0=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 229 (89.84% from 255 or 96.22% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 229 - color contains mainly: green. Hex color #09E500 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E500 is #F61AFF. Grayscale: #898989. Windows color (decimal): -16128768 or 58633. OLE color: 58633.

HSL color Cylindrical-coordinate representation of color #09E500: hue angle of 117.64º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09E500 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 229 0 -
CMYK 0.96 0 1 0.10
HSL 117.64º 1% 0.45% -
HSV(B) 117.64º 1% 0.9% -
XYZ 28.13 56.1 9.35 -
YUV 137.11 50.61 36.62 -
System Red Green Blue C M Y K H S L
Decimal 9 229 0 0.96 0 1 0.10 117.64 1 0.45
Hex 9 E5 0 60 0 64 A 76 64 2D
Octal 11 345 0 140 0 144 12 166 144 55
Binary 1001 11100101 0 1100000 0 1100100 1010 1110110 1100100 101101

Color Harmonies of #09E500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E500

Black with #09E500

Text Example


Text Example

White with #09E500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,229,0); }

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

background-color css

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

 a { background-color: rgb(9,229,0); }

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

border-color css

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

 span { border-color: rgb(9,229,0); }

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