Shades of Persian Green #009A92
Tints of Persian Green #009A92
RGB
CMYK
RGB Variations
Color information
#009A92 (or 0x009A92) is known color: Persian Green. HEX triplet: 00, 9A and 92. RGB value is (0,154,146). Sum of RGB (Red+Green+Blue) = 0+154+146=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 154 (60.55% from 255 or 51.33% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 154 - color contains mainly: green. Hex color #009A92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009A92 is #FF656D. Grayscale: #6A6A6A. Windows color (decimal): -16737646 or 9607680. OLE color: 9607680.
HSL color Cylindrical-coordinate representation of color #009A92: hue angle of 176.88º 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 #009A92 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 154 | 146 | - |
| CMYK | 1 | 0 | 0.05 | 0.40 |
| HSL | 176.88º | 1% | 0.3% | - |
| HSV(B) | 176.88º | 1% | 0.6% | - |
| XYZ | 16.74 | 25.19 | 31.17 | - |
| YUV | 107.04 | 149.98 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 146 | 1 | 0 | 0.05 | 0.40 | 176.88 | 1 | 0.3 |
| Hex | 0 | 9A | 92 | 64 | 0 | 5 | 28 | B1 | 64 | 1E |
| Octal | 0 | 232 | 222 | 144 | 0 | 5 | 50 | 261 | 144 | 36 |
| Binary | 0 | 10011010 | 10010010 | 1100100 | 0 | 101 | 101000 | 10110001 | 1100100 | 11110 |
Color Harmonies of #009A92
Complementary color
Monochromatic Colors of #009A92
Black with #009A92
Text Example
Text Example
White with #009A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009A92; }
p { color: rgb(0,154,146); }
H1.HeaderClassName
{
color: #009A92;
}
.AnyTagClassName
{
color: #009A92;
}
</style>
background-color css
<style>
a { background-color: #009A92; }
a { background-color: rgb(0,154,146); }
div.DivClassName
{
background-color: #009A92;
}
.BgClassName
{
background-color: #009A92;
}
</style>
border-color css
<style>
span { border-color: #009A92; }
span { border-color: rgb(0,154,146); }
td.TdClassName
{
border-color: #009A92;
}
.TagClassName
{
border-color: #009A92;
}
</style>