#09A27F

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

Shades of Free Speech Aquamarine #09A27F

Tints of Free Speech Aquamarine #09A27F

Color information

#09A27F (or 0x09A27F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, A2 and 7F. RGB value is (9,162,127). Sum of RGB (Red+Green+Blue) = 9+162+127=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #09A27F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A27F is #F65D80. Grayscale: #707070. Windows color (decimal): -16145793 or 8364553. OLE color: 8364553.

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

Color convert

RGB9162127-
CMYK0.9400.220.36
HSL166.27º89.47%33.53%-
HSV(B)166.27º94.44%63.53%-
XYZ16.8627.4324.48-
YUV112.26136.3154.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.02%
GREEN value IS 162 (63.67% from 255) = 54.36%
BLUE value IS 127 (50% from 255) = 42.62%
R=3.02%
G=54.36%
B=42.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91621270.9400.220.36166.2789.4733.53
Hex9A27F5E01624a65922
Octal112421771360264424613142
Binary10011010001011111111011110010110100100101001101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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