#0A9670

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

Shades of Free Speech Aquamarine #0A9670

Tints of Free Speech Aquamarine #0A9670

Color information

#0A9670 (or 0x0A9670) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0A, 96 and 70. RGB value is (10,150,112). Sum of RGB (Red+Green+Blue) = 10+150+112=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #0A9670 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9670 is #F5698F. Grayscale: #676767. Windows color (decimal): -16083344 or 7378442. OLE color: 7378442.

HSL color Cylindrical-coordinate representation of color #0A9670: hue angle of 163.71º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9670 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB10150112-
CMYK0.9300.250.41
HSL163.71º87.5%31.37%-
HSV(B)163.71º93.33%58.82%-
XYZ13.9623.0519.04-
YUV103.81132.6261.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.68%
GREEN value IS 150 (58.98% from 255) = 55.15%
BLUE value IS 112 (44.14% from 255) = 41.18%
R=3.68%
G=55.15%
B=41.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101501120.9300.250.41163.7187.531.37
HexA96705D01929a4581f
Octal122261601350315124413037
Binary1010100101101110000101110101100110100110100100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,150,112); }

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

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

 a { background-color: rgb(10,150,112); }

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

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

 span { border-color: rgb(10,150,112); }

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