#09A278

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

Shades of Free Speech Aquamarine #09A278

Tints of Free Speech Aquamarine #09A278

Color information

#09A278 (or 0x09A278) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, A2 and 78. RGB value is (9,162,120). Sum of RGB (Red+Green+Blue) = 9+162+120=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 162 (63.67% from 255 or 55.67% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 162 - color contains mainly: green. Hex color #09A278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A278 is #F65D87. Grayscale: #6F6F6F. Windows color (decimal): -16145800 or 7905801. OLE color: 7905801.

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

Color convert

RGB9162120-
CMYK0.9400.260.36
HSL163.53º89.47%33.53%-
HSV(B)163.53º94.44%63.53%-
XYZ16.4227.2522.16-
YUV111.46132.8154.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.09%
GREEN value IS 162 (63.67% from 255) = 55.67%
BLUE value IS 120 (47.27% from 255) = 41.24%
R=3.09%
G=55.67%
B=41.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91621200.9400.260.36163.5389.4733.53
Hex9A2785E01A24a45922
Octal112421701360324424413142
Binary10011010001011110001011110011010100100101001001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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