#0AE508

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

Shades of Free Speech Green #0AE508

Tints of Free Speech Green #0AE508

Color information

#0AE508 (or 0x0AE508) is unknown color: approx Free Speech Green. HEX triplet: 0A, E5 and 08. RGB value is (10,229,8). Sum of RGB (Red+Green+Blue) = 10+229+8=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 229 (89.84% from 255 or 92.71% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 229 - color contains mainly: green. Hex color #0AE508 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AE508 is #F51AF7. Grayscale: #8A8A8A. Windows color (decimal): -16063224 or 582922. OLE color: 582922.

HSL color Cylindrical-coordinate representation of color #0AE508: hue angle of 119.46º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0AE508 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB102298-
CMYK0.9600.970.10
HSL119.46º93.25%46.47%-
HSV(B)119.46º96.51%89.8%-
XYZ28.1956.129.58-
YUV138.3354.4536.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.05%
GREEN value IS 229 (89.84% from 255) = 92.71%
BLUE value IS 8 (3.52% from 255) = 3.24%
R=4.05%
G=92.71%
B=3.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1022980.9600.970.10119.4693.2546.47
HexAE5860061A775d2e
Octal123451014001411216713556
Binary1010111001011000110000001100001101011101111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AE508; }

 p { color: rgb(10,229,8); }

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

<style>
 a { background-color: #0AE508; }

 a { background-color: rgb(10,229,8); }

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

<style>
 span { border-color: #0AE508; }

 span { border-color: rgb(10,229,8); }

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