#09A174

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

Shades of Free Speech Aquamarine #09A174

Tints of Free Speech Aquamarine #09A174

Color information

#09A174 (or 0x09A174) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, A1 and 74. RGB value is (9,161,116). Sum of RGB (Red+Green+Blue) = 9+161+116=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 161 (63.28% from 255 or 56.29% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 161 - color contains mainly: green. Hex color #09A174 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A174 is #F65E8B. Grayscale: #6E6E6E. Windows color (decimal): -16146060 or 7643401. OLE color: 7643401.

HSL color Cylindrical-coordinate representation of color #09A174: hue angle of 162.24º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A174 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB9161116-
CMYK0.9400.280.37
HSL162.24º89.41%33.33%-
HSV(B)162.24º94.41%63.14%-
XYZ16.0126.8120.85-
YUV110.42131.1455.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.15%
GREEN value IS 161 (63.28% from 255) = 56.29%
BLUE value IS 116 (45.70% from 255) = 40.56%
R=3.15%
G=56.29%
B=40.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal91611160.9400.280.37162.2489.4133.33
Hex9A1745E01C25a25921
Octal112411641360344524213141
Binary10011010000111101001011110011100100101101000101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09A174; }

 p { color: rgb(9,161,116); }

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

<style>
 a { background-color: #09A174; }

 a { background-color: rgb(9,161,116); }

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

<style>
 span { border-color: #09A174; }

 span { border-color: rgb(9,161,116); }

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