#09E428

Color #09E428 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #09E428

Tints of Free Speech Green #09E428

Color information

#09E428 (or 0x09E428) is unknown color: approx Free Speech Green. HEX triplet: 09, E4 and 28. RGB value is (9,228,40). Sum of RGB (Red+Green+Blue) = 9+228+40=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 228 (89.45% from 255 or 82.31% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 228 - color contains mainly: green. Hex color #09E428 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09E428 is #F61BD7. Grayscale: #8D8D8D. Windows color (decimal): -16128984 or 2679817. OLE color: 2679817.

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

Color convert

RGB922840-
CMYK0.9600.820.11
HSL128.49º92.41%46.47%-
HSV(B)128.49º96.05%89.41%-
XYZ28.2455.711.27-
YUV141.0970.9533.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.25%
GREEN value IS 228 (89.45% from 255) = 82.31%
BLUE value IS 40 (16.02% from 255) = 14.44%
R=3.25%
G=82.31%
B=14.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal9228400.9600.820.11128.4992.4146.47
Hex9E42860052B805c2e
Octal113445014001221320013456
Binary1001111001001010001100000010100101011100000001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09E428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,228,40); }

 H1.HeaderClassName
 {
   color: #09E428;
 }
 .AnyTagClassName
 {
   color: #09E428;
 }
</style>
background-color css

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

 a { background-color: rgb(9,228,40); }

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

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

 span { border-color: rgb(9,228,40); }

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