Html Css Color HEX #09E52D Free Speech Green

📋 copy color: '#09E52D'

red 9 ◦ green 229 ◦ blue 45

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

Shades of Free Speech Green #09E52D

Tints of Free Speech Green #09E52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 3.18%
G = 80.92%
B = 15.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#09E52D (or 0x09E52D) is known color: Free Speech Green. HEX triplet: 09, E5 and 2D. RGB value is (9,229,45). Sum of RGB (Red+Green+Blue) = 9+229+45=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 229 (89.84% from 255 or 80.92% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 229 - color contains mainly: green. Hex color #09E52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09E52D is #F61AD2. Grayscale: #8E8E8E. Windows color (decimal): -16128723 or 3007753. OLE color: 3007753.

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

Color convert

RGB 9 229 45 -
CMYK 0.96 0 0.80 0.10
HSL 129.82º 0.92% 0.47% -
HSV(B) 129.82º 0.96% 0.9% -
XYZ 28.61 56.29 11.84 -
YUV 142.24 73.11 32.96 -
System Red Green Blue C M Y K H S L
Decimal 9 229 45 0.96 0 0.80 0.10 129.82 0.92 0.47
Hex 9 E5 2D 60 0 50 A 82 5C 2F
Octal 11 345 55 140 0 120 12 202 134 57
Binary 1001 11100101 101101 1100000 0 1010000 1010 10000010 1011100 101111

Color Harmonies of #09E52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E52D

Black with #09E52D

Text Example


Text Example

White with #09E52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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