#09A27A

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

Shades of Free Speech Aquamarine #09A27A

Tints of Free Speech Aquamarine #09A27A

Color information

#09A27A (or 0x09A27A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, A2 and 7A. RGB value is (9,162,122). Sum of RGB (Red+Green+Blue) = 9+162+122=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 162 (63.67% from 255 or 55.29% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 162 - color contains mainly: green. Hex color #09A27A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A27A is #F65D85. Grayscale: #6F6F6F. Windows color (decimal): -16145798 or 8036873. OLE color: 8036873.

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

Color convert

RGB9162122-
CMYK0.9400.250.36
HSL164.31º89.47%33.53%-
HSV(B)164.31º94.44%63.53%-
XYZ16.5527.322.81-
YUV111.69133.8154.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.07%
GREEN value IS 162 (63.67% from 255) = 55.29%
BLUE value IS 122 (48.05% from 255) = 41.64%
R=3.07%
G=55.29%
B=41.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91621220.9400.250.36164.3189.4733.53
Hex9A27A5E01924a45922
Octal112421721360314424413142
Binary10011010001011110101011110011001100100101001001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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