#09A374

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

Shades of Free Speech Aquamarine #09A374

Tints of Free Speech Aquamarine #09A374

Color information

#09A374 (or 0x09A374) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, A3 and 74. RGB value is (9,163,116). Sum of RGB (Red+Green+Blue) = 9+163+116=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 163 (64.06% from 255 or 56.60% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 163 - color contains mainly: green. Hex color #09A374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A374 is #F65C8B. Grayscale: #6F6F6F. Windows color (decimal): -16145548 or 7643913. OLE color: 7643913.

HSL color Cylindrical-coordinate representation of color #09A374: hue angle of 161.69º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A374 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB9163116-
CMYK0.9400.290.36
HSL161.69º89.53%33.73%-
HSV(B)161.69º94.48%63.92%-
XYZ16.3627.5120.97-
YUV111.6130.4854.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.12%
GREEN value IS 163 (64.06% from 255) = 56.60%
BLUE value IS 116 (45.70% from 255) = 40.28%
R=3.12%
G=56.60%
B=40.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91631160.9400.290.36161.6989.5333.73
Hex9A3745E01D24a25a22
Octal112431641360354424213242
Binary10011010001111101001011110011101100100101000101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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