#0A9972

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

Shades of Free Speech Aquamarine #0A9972

Tints of Free Speech Aquamarine #0A9972

Color information

#0A9972 (or 0x0A9972) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0A, 99 and 72. RGB value is (10,153,114). Sum of RGB (Red+Green+Blue) = 10+153+114=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #0A9972 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9972 is #F5668D. Grayscale: #696969. Windows color (decimal): -16082574 or 7510282. OLE color: 7510282.

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

Color convert

RGB10153114-
CMYK0.9300.250.4
HSL163.64º87.73%31.96%-
HSV(B)163.64º93.46%60%-
XYZ14.5524.0619.8-
YUV105.8132.6259.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.61%
GREEN value IS 153 (60.16% from 255) = 55.23%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=3.61%
G=55.23%
B=41.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101531140.9300.250.4163.6487.7331.96
HexA99725D01928a45820
Octal122311621350315024413040
Binary10101001100111100101011101011001101000101001001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,153,114); }

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

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

 a { background-color: rgb(10,153,114); }

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

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

 span { border-color: rgb(10,153,114); }

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