#09A279

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

Shades of Free Speech Aquamarine #09A279

Tints of Free Speech Aquamarine #09A279

Color information

#09A279 (or 0x09A279) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, A2 and 79. RGB value is (9,162,121). Sum of RGB (Red+Green+Blue) = 9+162+121=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 162 (63.67% from 255 or 55.48% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 162 - color contains mainly: green. Hex color #09A279 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A279 is #F65D86. Grayscale: #6F6F6F. Windows color (decimal): -16145799 or 7971337. OLE color: 7971337.

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

Color convert

RGB9162121-
CMYK0.9400.250.36
HSL163.92º89.47%33.53%-
HSV(B)163.92º94.44%63.53%-
XYZ16.4827.2822.49-
YUV111.58133.3154.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.08%
GREEN value IS 162 (63.67% from 255) = 55.48%
BLUE value IS 121 (47.66% from 255) = 41.44%
R=3.08%
G=55.48%
B=41.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91621210.9400.250.36163.9289.4733.53
Hex9A2795E01924a45922
Octal112421711360314424413142
Binary10011010001011110011011110011001100100101001001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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