Html Css Color HEX #09A270 Free Speech Aquamarine
📋 copy color: '#09A270'red 9 ◦ green 162 ◦ blue 112
Shades of Free Speech Aquamarine #09A270
Tints of Free Speech Aquamarine #09A270
RGB
CMYK
RGB Variations
Color information
#09A270 (or 0x09A270) is known color: Free Speech Aquamarine. HEX triplet: 09, A2 and 70. RGB value is (9,162,112). Sum of RGB (Red+Green+Blue) = 9+162+112=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 162 (63.67% from 255 or 57.24% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 162 - color contains mainly: green. Hex color #09A270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A270 is #F65D8F. Grayscale: #6E6E6E. Windows color (decimal): -16145808 or 7381513. OLE color: 7381513.
HSL color Cylindrical-coordinate representation of color #09A270: hue angle of 160.39º 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 #09A270 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 162 | 112 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.36 |
| HSL | 160.39º | 0.89% | 0.34% | - |
| HSV(B) | 160.39º | 0.94% | 0.64% | - |
| XYZ | 15.96 | 27.07 | 19.71 | - |
| YUV | 110.55 | 128.81 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 162 | 112 | 0.94 | 0 | 0.31 | 0.36 | 160.39 | 0.89 | 0.34 |
| Hex | 9 | A2 | 70 | 5E | 0 | 1F | 24 | A0 | 59 | 22 |
| Octal | 11 | 242 | 160 | 136 | 0 | 37 | 44 | 240 | 131 | 42 |
| Binary | 1001 | 10100010 | 1110000 | 1011110 | 0 | 11111 | 100100 | 10100000 | 1011001 | 100010 |
Color Harmonies of #09A270
Complementary color
Monochromatic Colors of #09A270
Black with #09A270
Text Example
Text Example
White with #09A270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A270; }
p { color: rgb(9,162,112); }
H1.HeaderClassName
{
color: #09A270;
}
.AnyTagClassName
{
color: #09A270;
}
</style>
background-color css
<style>
a { background-color: #09A270; }
a { background-color: rgb(9,162,112); }
div.DivClassName
{
background-color: #09A270;
}
.BgClassName
{
background-color: #09A270;
}
</style>
border-color css
<style>
span { border-color: #09A270; }
span { border-color: rgb(9,162,112); }
td.TdClassName
{
border-color: #09A270;
}
.TagClassName
{
border-color: #09A270;
}
</style>