#0AE720

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

Shades of Free Speech Green #0AE720

Tints of Free Speech Green #0AE720

Color information

#0AE720 (or 0x0AE720) is unknown color: approx Free Speech Green. HEX triplet: 0A, E7 and 20. RGB value is (10,231,32). Sum of RGB (Red+Green+Blue) = 10+231+32=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 231 (90.62% from 255 or 84.62% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 231 - color contains mainly: green. Hex color #0AE720 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AE720 is #F518DF. Grayscale: #8E8E8E. Windows color (decimal): -16062688 or 2156298. OLE color: 2156298.

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

Color convert

RGB1023132-
CMYK0.9600.860.09
HSL125.97º91.7%47.25%-
HSV(B)125.97º95.67%90.59%-
XYZ28.9657.3210.9-
YUV142.2365.7833.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.66%
GREEN value IS 231 (90.62% from 255) = 84.62%
BLUE value IS 32 (12.89% from 255) = 11.72%
R=3.66%
G=84.62%
B=11.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal10231320.9600.860.09125.9791.747.25
HexAE7206005697e5c2f
Octal123474014001261117613457
Binary101011100111100000110000001010110100111111101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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