#0AE205

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

Shades of Free Speech Green #0AE205

Tints of Free Speech Green #0AE205

Color information

#0AE205 (or 0x0AE205) is unknown color: approx Free Speech Green. HEX triplet: 0A, E2 and 05. RGB value is (10,226,5). Sum of RGB (Red+Green+Blue) = 10+226+5=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 226 (88.67% from 255 or 93.78% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 226 - color contains mainly: green. Hex color #0AE205 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AE205 is #F51DFA. Grayscale: #888888. Windows color (decimal): -16063995 or 385546. OLE color: 385546.

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

Color convert

RGB102265-
CMYK0.9600.980.11
HSL118.64º95.67%45.29%-
HSV(B)118.64º97.79%88.63%-
XYZ27.3554.479.22-
YUV136.2253.9437.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.15%
GREEN value IS 226 (88.67% from 255) = 93.78%
BLUE value IS 5 (2.34% from 255) = 2.07%
R=4.15%
G=93.78%
B=2.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1022650.9600.980.11118.6495.6745.29
HexAE2560062B77602d
Octal12342514001421316714055
Binary101011100010101110000001100010101111101111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,226,5); }

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

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

 a { background-color: rgb(10,226,5); }

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

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

 span { border-color: rgb(10,226,5); }

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