#0AE62C

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

Shades of Free Speech Green #0AE62C

Tints of Free Speech Green #0AE62C

Color information

#0AE62C (or 0x0AE62C) is unknown color: approx Free Speech Green. HEX triplet: 0A, E6 and 2C. RGB value is (10,230,44). Sum of RGB (Red+Green+Blue) = 10+230+44=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 230 (90.23% from 255 or 80.99% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 230 - color contains mainly: green. Hex color #0AE62C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AE62C is #F519D3. Grayscale: #8F8F8F. Windows color (decimal): -16062932 or 2942474. OLE color: 2942474.

HSL color Cylindrical-coordinate representation of color #0AE62C: hue angle of 129.27º 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 #0AE62C is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB1023044-
CMYK0.9600.810.10
HSL129.27º91.67%47.06%-
HSV(B)129.27º95.65%90.2%-
XYZ28.8856.8411.83-
YUV143.0272.1133.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.52%
GREEN value IS 230 (90.23% from 255) = 80.99%
BLUE value IS 44 (17.58% from 255) = 15.49%
R=3.52%
G=80.99%
B=15.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal10230440.9600.810.10129.2791.6747.06
HexAE62C60051A815c2f
Octal123465414001211220113457
Binary1010111001101011001100000010100011010100000011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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