Shades of Persian Green #009FA4
Tints of Persian Green #009FA4
RGB
CMYK
RGB Variations
Color information
#009FA4 (or 0x009FA4) is known color: Persian Green. HEX triplet: 00, 9F and A4. RGB value is (0,159,164). Sum of RGB (Red+Green+Blue) = 0+159+164=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #009FA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009FA4 is #FF605B. Grayscale: #6F6F6F. Windows color (decimal): -16736348 or 10788608. OLE color: 10788608.
HSL color Cylindrical-coordinate representation of color #009FA4: hue angle of 181.83º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FA4 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 159 | 164 | - |
| CMYK | 1 | 0.03 | 0 | 0.36 |
| HSL | 181.83º | 1% | 0.32% | - |
| HSV(B) | 181.83º | 1% | 0.64% | - |
| XYZ | 19.1 | 27.48 | 39.42 | - |
| YUV | 112.03 | 157.32 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 164 | 1 | 0.03 | 0 | 0.36 | 181.83 | 1 | 0.32 |
| Hex | 0 | 9F | A4 | 64 | 3 | 0 | 24 | B6 | 64 | 20 |
| Octal | 0 | 237 | 244 | 144 | 3 | 0 | 44 | 266 | 144 | 40 |
| Binary | 0 | 10011111 | 10100100 | 1100100 | 11 | 0 | 100100 | 10110110 | 1100100 | 100000 |
Color Harmonies of #009FA4
Complementary color
Monochromatic Colors of #009FA4
Black with #009FA4
Text Example
Text Example
White with #009FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FA4; }
p { color: rgb(0,159,164); }
H1.HeaderClassName
{
color: #009FA4;
}
.AnyTagClassName
{
color: #009FA4;
}
</style>
background-color css
<style>
a { background-color: #009FA4; }
a { background-color: rgb(0,159,164); }
div.DivClassName
{
background-color: #009FA4;
}
.BgClassName
{
background-color: #009FA4;
}
</style>
border-color css
<style>
span { border-color: #009FA4; }
span { border-color: rgb(0,159,164); }
td.TdClassName
{
border-color: #009FA4;
}
.TagClassName
{
border-color: #009FA4;
}
</style>