#0AD706

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

Shades of Free Speech Green #0AD706

Tints of Free Speech Green #0AD706

Color information

#0AD706 (or 0x0AD706) is unknown color: approx Free Speech Green. HEX triplet: 0A, D7 and 06. RGB value is (10,215,6). Sum of RGB (Red+Green+Blue) = 10+215+6=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 215 (84.38% from 255 or 93.07% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD706 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD706 is #F528F9. Grayscale: #828282. Windows color (decimal): -16066810 or 448266. OLE color: 448266.

HSL color Cylindrical-coordinate representation of color #0AD706: hue angle of 118.85º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0AD706 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB102156-
CMYK0.9500.970.16
HSL118.85º94.57%43.33%-
HSV(B)118.85º97.21%84.31%-
XYZ24.4648.688.28-
YUV129.8858.0842.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.33%
GREEN value IS 215 (84.38% from 255) = 93.07%
BLUE value IS 6 (2.73% from 255) = 2.60%
R=4.33%
G=93.07%
B=2.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1021560.9500.970.16118.8594.5743.33
HexAD765F06110775f2b
Octal12327613701412016713753
Binary1010110101111101011111011000011000011101111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AD706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,215,6); }

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

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

 a { background-color: rgb(10,215,6); }

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

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

 span { border-color: rgb(10,215,6); }

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