#09A277

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

Shades of Free Speech Aquamarine #09A277

Tints of Free Speech Aquamarine #09A277

Color information

#09A277 (or 0x09A277) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, A2 and 77. RGB value is (9,162,119). Sum of RGB (Red+Green+Blue) = 9+162+119=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #09A277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A277 is #F65D88. Grayscale: #6F6F6F. Windows color (decimal): -16145801 or 7840265. OLE color: 7840265.

HSL color Cylindrical-coordinate representation of color #09A277: hue angle of 163.14º degrees, saturation: 0.89, 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 #09A277 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB9162119-
CMYK0.9400.270.36
HSL163.14º89.47%33.53%-
HSV(B)163.14º94.44%63.53%-
XYZ16.3627.2321.85-
YUV111.35132.3155-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.10%
GREEN value IS 162 (63.67% from 255) = 55.86%
BLUE value IS 119 (46.88% from 255) = 41.03%
R=3.10%
G=55.86%
B=41.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91621190.9400.270.36163.1489.4733.53
Hex9A2775E01B24a35922
Octal112421671360334424313142
Binary10011010001011101111011110011011100100101000111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,162,119); }

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

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

 a { background-color: rgb(9,162,119); }

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

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

 span { border-color: rgb(9,162,119); }

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