#09A280

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

Shades of Free Speech Aquamarine #09A280

Tints of Free Speech Aquamarine #09A280

Color information

#09A280 (or 0x09A280) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, A2 and 80. RGB value is (9,162,128). Sum of RGB (Red+Green+Blue) = 9+162+128=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #09A280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A280 is #F65D7F. Grayscale: #707070. Windows color (decimal): -16145792 or 8430089. OLE color: 8430089.

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

Color convert

RGB9162128-
CMYK0.9400.210.36
HSL166.67º89.47%33.53%-
HSV(B)166.67º94.44%63.53%-
XYZ16.9327.4624.83-
YUV112.38136.8154.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.01%
GREEN value IS 162 (63.67% from 255) = 54.18%
BLUE value IS 128 (50.39% from 255) = 42.81%
R=3.01%
G=54.18%
B=42.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91621280.9400.210.36166.6789.4733.53
Hex9A2805E01524a75922
Octal112422001360254424713142
Binary100110100010100000001011110010101100100101001111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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