#0A9978

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

Shades of Free Speech Aquamarine #0A9978

Tints of Free Speech Aquamarine #0A9978

Color information

#0A9978 (or 0x0A9978) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0A, 99 and 78. RGB value is (10,153,120). Sum of RGB (Red+Green+Blue) = 10+153+120=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #0A9978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9978 is #F56687. Grayscale: #6A6A6A. Windows color (decimal): -16082568 or 7903498. OLE color: 7903498.

HSL color Cylindrical-coordinate representation of color #0A9978: hue angle of 166.15º 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 #0A9978 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB10153120-
CMYK0.9300.220.4
HSL166.15º87.73%31.96%-
HSV(B)166.15º93.46%60%-
XYZ14.9124.221.66-
YUV106.48135.6259.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.53%
GREEN value IS 153 (60.16% from 255) = 54.06%
BLUE value IS 120 (47.27% from 255) = 42.40%
R=3.53%
G=54.06%
B=42.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101531200.9300.220.4166.1587.7331.96
HexA99785D01628a65820
Octal122311701350265024613040
Binary10101001100111110001011101010110101000101001101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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