#0AE612

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

Shades of Free Speech Green #0AE612

Tints of Free Speech Green #0AE612

Color information

#0AE612 (or 0x0AE612) is unknown color: approx Free Speech Green. HEX triplet: 0A, E6 and 12. RGB value is (10,230,18). Sum of RGB (Red+Green+Blue) = 10+230+18=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 230 (90.23% from 255 or 89.15% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 230 - color contains mainly: green. Hex color #0AE612 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AE612 is #F519ED. Grayscale: #8C8C8C. Windows color (decimal): -16062958 or 1238538. OLE color: 1238538.

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

Color convert

RGB1023018-
CMYK0.9600.920.10
HSL122.18º91.67%47.06%-
HSV(B)122.18º95.65%90.2%-
XYZ28.5356.710.01-
YUV140.0559.1135.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.88%
GREEN value IS 230 (90.23% from 255) = 89.15%
BLUE value IS 18 (7.42% from 255) = 6.98%
R=3.88%
G=89.15%
B=6.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal10230180.9600.920.10122.1891.6747.06
HexAE6126005CA7a5c2f
Octal123462214001341217213457
Binary10101110011010010110000001011100101011110101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,230,18); }

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

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

 a { background-color: rgb(10,230,18); }

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

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

 span { border-color: rgb(10,230,18); }

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