#09A271

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

Shades of Free Speech Aquamarine #09A271

Tints of Free Speech Aquamarine #09A271

Color information

#09A271 (or 0x09A271) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, A2 and 71. RGB value is (9,162,113). Sum of RGB (Red+Green+Blue) = 9+162+113=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 162 (63.67% from 255 or 57.04% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 162 - color contains mainly: green. Hex color #09A271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A271 is #F65D8E. Grayscale: #6E6E6E. Windows color (decimal): -16145807 or 7447049. OLE color: 7447049.

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

Color convert

RGB9162113-
CMYK0.9400.300.36
HSL160.78º89.47%33.53%-
HSV(B)160.78º94.44%63.53%-
XYZ16.0127.0920.01-
YUV110.67129.3155.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.17%
GREEN value IS 162 (63.67% from 255) = 57.04%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=3.17%
G=57.04%
B=39.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91621130.9400.300.36160.7889.4733.53
Hex9A2715E01E24a15922
Octal112421611360364424113142
Binary10011010001011100011011110011110100100101000011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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