#0AE924

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

Shades of Free Speech Green #0AE924

Tints of Free Speech Green #0AE924

Color information

#0AE924 (or 0x0AE924) is unknown color: approx Free Speech Green. HEX triplet: 0A, E9 and 24. RGB value is (10,233,36). Sum of RGB (Red+Green+Blue) = 10+233+36=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 233 (91.41% from 255 or 83.51% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE924 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AE924 is #F516DB. Grayscale: #909090. Windows color (decimal): -16062172 or 2418954. OLE color: 2418954.

HSL color Cylindrical-coordinate representation of color #0AE924: hue angle of 127º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE924 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.

Color convert

RGB1023336-
CMYK0.9600.850.09
HSL127º91.77%47.65%-
HSV(B)127º95.71%91.37%-
XYZ29.5858.4711.4-
YUV143.8667.1232.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.58%
GREEN value IS 233 (91.41% from 255) = 83.51%
BLUE value IS 36 (14.45% from 255) = 12.90%
R=3.58%
G=83.51%
B=12.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal10233360.9600.850.0912791.7747.65
HexAE9246005597f5c30
Octal123514414001251117713460
Binary101011101001100100110000001010101100111111111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,233,36); }

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

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

 a { background-color: rgb(10,233,36); }

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

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

 span { border-color: rgb(10,233,36); }

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