#09EA05

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

Shades of Free Speech Green #09EA05

Tints of Free Speech Green #09EA05

Color information

#09EA05 (or 0x09EA05) is unknown color: approx Free Speech Green. HEX triplet: 09, EA and 05. RGB value is (9,234,5). Sum of RGB (Red+Green+Blue) = 9+234+5=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 234 (91.80% from 255 or 94.35% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 234 - color contains mainly: green. Hex color #09EA05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09EA05 is #F615FA. Grayscale: #8D8D8D. Windows color (decimal): -16127483 or 387593. OLE color: 387593.

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

Color convert

RGB92345-
CMYK0.9600.980.08
HSL118.95º95.82%46.86%-
HSV(B)118.95º97.86%91.76%-
XYZ29.5658.919.96-
YUV140.6251.4634.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.63%
GREEN value IS 234 (91.80% from 255) = 94.35%
BLUE value IS 5 (2.34% from 255) = 2.02%
R=3.63%
G=94.35%
B=2.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal923450.9600.980.08118.9595.8246.86
Hex9EA560062877602f
Octal11352514001421016714057
Binary100111101010101110000001100010100011101111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09EA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,234,5); }

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

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

 a { background-color: rgb(9,234,5); }

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

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

 span { border-color: rgb(9,234,5); }

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