Shades of Persian Green #009A9A
Tints of Persian Green #009A9A
RGB
CMYK
RGB Variations
Color information
#009A9A (or 0x009A9A) is known color: Persian Green. HEX triplet: 00, 9A and 9A. RGB value is (0,154,154). Sum of RGB (Red+Green+Blue) = 0+154+154=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: green, blue. Hex color #009A9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009A9A is #FF6565. Grayscale: #6B6B6B. Windows color (decimal): -16737638 or 10131968. OLE color: 10131968.
HSL color Cylindrical-coordinate representation of color #009A9A: hue angle of 180º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009A9A is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 154 | 154 | - |
| CMYK | 1 | 0 | 0 | 0.40 |
| HSL | 180º | 1% | 0.3% | - |
| HSV(B) | 180º | 1% | 0.6% | - |
| XYZ | 17.39 | 25.44 | 34.57 | - |
| YUV | 107.95 | 153.98 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 154 | 1 | 0 | 0 | 0.40 | 180 | 1 | 0.3 |
| Hex | 0 | 9A | 9A | 64 | 0 | 0 | 28 | B4 | 64 | 1E |
| Octal | 0 | 232 | 232 | 144 | 0 | 0 | 50 | 264 | 144 | 36 |
| Binary | 0 | 10011010 | 10011010 | 1100100 | 0 | 0 | 101000 | 10110100 | 1100100 | 11110 |
Color Harmonies of #009A9A
Complementary color
Monochromatic Colors of #009A9A
Black with #009A9A
Text Example
Text Example
White with #009A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009A9A; }
p { color: rgb(0,154,154); }
H1.HeaderClassName
{
color: #009A9A;
}
.AnyTagClassName
{
color: #009A9A;
}
</style>
background-color css
<style>
a { background-color: #009A9A; }
a { background-color: rgb(0,154,154); }
div.DivClassName
{
background-color: #009A9A;
}
.BgClassName
{
background-color: #009A9A;
}
</style>
border-color css
<style>
span { border-color: #009A9A; }
span { border-color: rgb(0,154,154); }
td.TdClassName
{
border-color: #009A9A;
}
.TagClassName
{
border-color: #009A9A;
}
</style>