Html Css Color HEX #09E502 Free Speech Green

📋 copy color: '#09E502'

red 9 ◦ green 229 ◦ blue 2

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

Shades of Free Speech Green #09E502

Tints of Free Speech Green #09E502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 3.75%
G = 95.42%
B = 0.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#09E502 (or 0x09E502) is known color: Free Speech Green. HEX triplet: 09, E5 and 02. RGB value is (9,229,2). Sum of RGB (Red+Green+Blue) = 9+229+2=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 229 (89.84% from 255 or 95.42% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 229 - color contains mainly: green. Hex color #09E502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E502 is #F61AFD. Grayscale: #8A8A8A. Windows color (decimal): -16128766 or 189705. OLE color: 189705.

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

Color convert

RGB 9 229 2 -
CMYK 0.96 0 0.99 0.10
HSL 118.15º 0.98% 0.45% -
HSV(B) 118.15º 0.99% 0.9% -
XYZ 28.14 56.1 9.4 -
YUV 137.34 51.61 36.46 -
System Red Green Blue C M Y K H S L
Decimal 9 229 2 0.96 0 0.99 0.10 118.15 0.98 0.45
Hex 9 E5 2 60 0 63 A 76 62 2D
Octal 11 345 2 140 0 143 12 166 142 55
Binary 1001 11100101 10 1100000 0 1100011 1010 1110110 1100010 101101

Color Harmonies of #09E502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E502

Black with #09E502

Text Example


Text Example

White with #09E502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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