Html Css Color HEX #09E32D Free Speech Green

📋 copy color: '#09E32D'

red 9 ◦ green 227 ◦ blue 45

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

Shades of Free Speech Green #09E32D

Tints of Free Speech Green #09E32D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 80.78%

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

R = 3.2%
G = 80.78%
B = 16.01%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#09E32D (or 0x09E32D) is known color: Free Speech Green. HEX triplet: 09, E3 and 2D. RGB value is (9,227,45). Sum of RGB (Red+Green+Blue) = 9+227+45=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 227 (89.06% from 255 or 80.78% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 227 - color contains mainly: green. Hex color #09E32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09E32D is #F61CD2. Grayscale: #8D8D8D. Windows color (decimal): -16129235 or 3007241. OLE color: 3007241.

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

Color convert

RGB 9 227 45 -
CMYK 0.96 0 0.80 0.11
HSL 129.91º 0.92% 0.46% -
HSV(B) 129.91º 0.96% 0.89% -
XYZ 28.06 55.19 11.66 -
YUV 141.07 73.78 33.8 -
System Red Green Blue C M Y K H S L
Decimal 9 227 45 0.96 0 0.80 0.11 129.91 0.92 0.46
Hex 9 E3 2D 60 0 50 B 82 5C 2E
Octal 11 343 55 140 0 120 13 202 134 56
Binary 1001 11100011 101101 1100000 0 1010000 1011 10000010 1011100 101110

Color Harmonies of #09E32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E32D

Black with #09E32D

Text Example


Text Example

White with #09E32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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