#0AE705

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

Shades of Free Speech Green #0AE705

Tints of Free Speech Green #0AE705

Color information

#0AE705 (or 0x0AE705) is unknown color: approx Free Speech Green. HEX triplet: 0A, E7 and 05. RGB value is (10,231,5). Sum of RGB (Red+Green+Blue) = 10+231+5=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 231 (90.62% from 255 or 93.90% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 231 - color contains mainly: green. Hex color #0AE705 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AE705 is #F518FA. Grayscale: #8B8B8B. Windows color (decimal): -16062715 or 386826. OLE color: 386826.

HSL color Cylindrical-coordinate representation of color #0AE705: hue angle of 118.67º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0AE705 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB102315-
CMYK0.9600.980.09
HSL118.67º95.76%46.27%-
HSV(B)118.67º97.84%90.59%-
XYZ28.7357.239.68-
YUV139.1652.2835.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.07%
GREEN value IS 231 (90.62% from 255) = 93.90%
BLUE value IS 5 (2.34% from 255) = 2.03%
R=4.07%
G=93.90%
B=2.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1023150.9600.980.09118.6795.7646.27
HexAE7560062977602e
Octal12347514001421116714056
Binary101011100111101110000001100010100111101111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,231,5); }

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

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

 a { background-color: rgb(10,231,5); }

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

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

 span { border-color: rgb(10,231,5); }

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