#009a76

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

Shades of Free Speech Aquamarine #009A76

Tints of Free Speech Aquamarine #009A76

Color information

#009A76 (or 0x009A76) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9A and 76. RGB value is (0,154,118). Sum of RGB (Red+Green+Blue) = 0+154+118=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 154 (60.55% from 255 or 56.62% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 154 - color contains mainly: green. Hex color #009A76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009A76 is #FF6589. Grayscale: #676767. Windows color (decimal): -16737674 or 7772672. OLE color: 7772672.

HSL color Cylindrical-coordinate representation of color #009A76: hue angle of 165.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009A76 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB0154118-
CMYK100.230.40
HSL165.97º100%30.2%-
HSV(B)165.97º100%60.39%-
XYZ14.8324.4221.07-
YUV103.85135.9853.93-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 154 (60.55% from 255) = 56.62%
BLUE value IS 118 (46.48% from 255) = 43.38%
R=0%
G=56.62%
B=43.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal0154118100.230.40165.9710030.2
Hex09A766401728a6641e
Octal02321661440275024614436
Binary0100110101110110110010001011110100010100110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009a76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009a76; }

 p { color: rgb(0,154,118); }

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

<style>
 a { background-color: #009a76; }

 a { background-color: rgb(0,154,118); }

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

<style>
 span { border-color: #009a76; }

 span { border-color: rgb(0,154,118); }

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