#0ae32a

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

Shades of Free Speech Green #0AE32A

Tints of Free Speech Green #0AE32A

Color information

#0AE32A (or 0x0AE32A) is unknown color: approx Free Speech Green. HEX triplet: 0A, E3 and 2A. RGB value is (10,227,42). Sum of RGB (Red+Green+Blue) = 10+227+42=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 227 (89.06% from 255 or 81.36% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE32A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE32A is #F51CD5. Grayscale: #8D8D8D. Windows color (decimal): -16063702 or 2810634. OLE color: 2810634.

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

Color convert

RGB1022742-
CMYK0.9600.810.11
HSL128.85º91.56%46.47%-
HSV(B)128.85º95.59%89.02%-
XYZ28.0155.1711.36-
YUV141.0372.1134.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.58%
GREEN value IS 227 (89.06% from 255) = 81.36%
BLUE value IS 42 (16.80% from 255) = 15.05%
R=3.58%
G=81.36%
B=15.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal10227420.9600.810.11128.8591.5646.47
HexAE32A60051B815c2e
Octal123435214001211320113456
Binary1010111000111010101100000010100011011100000011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ae32a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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