#0AEE02

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

Shades of Free Speech Green #0AEE02

Tints of Free Speech Green #0AEE02

Color information

#0AEE02 (or 0x0AEE02) is unknown color: approx Free Speech Green. HEX triplet: 0A, EE and 02. RGB value is (10,238,2). Sum of RGB (Red+Green+Blue) = 10+238+2=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 238 (93.36% from 255 or 95.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEE02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AEE02 is #F511FD. Grayscale: #8F8F8F. Windows color (decimal): -16060926 or 192010. OLE color: 192010.

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

Color convert

RGB102382-
CMYK0.9600.990.07
HSL117.97º98.33%47.06%-
HSV(B)117.97º99.16%93.33%-
XYZ30.7161.2210.26-
YUV142.9248.4633.19-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4%
GREEN value IS 238 (93.36% from 255) = 95.2%
BLUE value IS 2 (1.17% from 255) = 0.8%
R=4%
G=95.2%
B=0.8%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1023820.9600.990.07117.9798.3347.06
HexAEE260063776622f
Octal1235621400143716614257
Binary1010111011101011000000110001111111101101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AEE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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