#0AD80E

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

Shades of Free Speech Green #0AD80E

Tints of Free Speech Green #0AD80E

Color information

#0AD80E (or 0x0AD80E) is unknown color: approx Free Speech Green. HEX triplet: 0A, D8 and 0E. RGB value is (10,216,14). Sum of RGB (Red+Green+Blue) = 10+216+14=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 216 (84.77% from 255 or 90% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD80E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD80E is #F527F1. Grayscale: #838383. Windows color (decimal): -16066546 or 972810. OLE color: 972810.

HSL color Cylindrical-coordinate representation of color #0AD80E: hue angle of 121.17º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD80E is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB1021614-
CMYK0.9500.940.15
HSL121.17º91.15%44.31%-
HSV(B)121.17º95.37%84.71%-
XYZ24.7649.218.61-
YUV131.3861.7541.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.17%
GREEN value IS 216 (84.77% from 255) = 90%
BLUE value IS 14 (5.86% from 255) = 5.83%
R=4.17%
G=90%
B=5.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal10216140.9500.940.15121.1791.1544.31
HexAD8E5F05EF795b2c
Octal123301613701361717113354
Binary1010110110001110101111101011110111111110011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AD80E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,216,14); }

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

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

 a { background-color: rgb(10,216,14); }

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

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

 span { border-color: rgb(10,216,14); }

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