#05EA09

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

Shades of Free Speech Green #05EA09

Tints of Free Speech Green #05EA09

Color information

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

HSL color Cylindrical-coordinate representation of color #05EA09: hue angle of 121.05º 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 #05EA09 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB52349-
CMYK0.9800.960.08
HSL121.05º95.82%46.86%-
HSV(B)121.05º97.86%91.76%-
XYZ29.5358.910.07-
YUV139.8854.1331.8-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal523490.9800.960.08121.0595.8246.86
Hex5EA962060879602f
Octal53521114201401017114057
Binary101111010101001110001001100000100011110011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05EA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05EA09; }

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

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

<style>
 a { background-color: #05EA09; }

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

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

<style>
 span { border-color: #05EA09; }

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

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