#09A27E

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

Shades of Free Speech Aquamarine #09A27E

Tints of Free Speech Aquamarine #09A27E

Color information

#09A27E (or 0x09A27E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, A2 and 7E. RGB value is (9,162,126). Sum of RGB (Red+Green+Blue) = 9+162+126=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #09A27E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A27E is #F65D81. Grayscale: #707070. Windows color (decimal): -16145794 or 8299017. OLE color: 8299017.

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

Color convert

RGB9162126-
CMYK0.9400.220.36
HSL165.88º89.47%33.53%-
HSV(B)165.88º94.44%63.53%-
XYZ16.827.4124.14-
YUV112.15135.8154.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.03%
GREEN value IS 162 (63.67% from 255) = 54.55%
BLUE value IS 126 (49.61% from 255) = 42.42%
R=3.03%
G=54.55%
B=42.42%

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
Decimal91621260.9400.220.36165.8889.4733.53
Hex9A27E5E01624a65922
Octal112421761360264424613142
Binary10011010001011111101011110010110100100101001101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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