#0AE302

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

Shades of Free Speech Green #0AE302

Tints of Free Speech Green #0AE302

Color information

#0AE302 (or 0x0AE302) is unknown color: approx Free Speech Green. HEX triplet: 0A, E3 and 02. RGB value is (10,227,2). Sum of RGB (Red+Green+Blue) = 10+227+2=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 227 (89.06% from 255 or 94.98% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE302 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AE302 is #F51CFD. Grayscale: #898989. Windows color (decimal): -16063742 or 189194. OLE color: 189194.

HSL color Cylindrical-coordinate representation of color #0AE302: hue angle of 117.87º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0AE302 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB102272-
CMYK0.9600.990.11
HSL117.87º98.25%44.9%-
HSV(B)117.87º99.12%89.02%-
XYZ27.6155.019.22-
YUV136.4752.1137.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.18%
GREEN value IS 227 (89.06% from 255) = 94.98%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=4.18%
G=94.98%
B=0.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1022720.9600.990.11117.8798.2544.9
HexAE3260063B76622d
Octal12343214001431316614255
Binary10101110001110110000001100011101111101101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,227,2); }

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

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

 a { background-color: rgb(10,227,2); }

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

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

 span { border-color: rgb(10,227,2); }

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