Shades of Persian Green #009FA3
Tints of Persian Green #009FA3
RGB
CMYK
RGB Variations
Color information
#009FA3 (or 0x009FA3) is known color: Persian Green. HEX triplet: 00, 9F and A3. RGB value is (0,159,163). Sum of RGB (Red+Green+Blue) = 0+159+163=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 159 (62.5% from 255 or 49.38% from 322); Blue value is 163 (64.06% from 255 or 50.62% from 322); Max value from RGB is 163 - color contains mainly: blue. Hex color #009FA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009FA3 is #FF605C. Grayscale: #6F6F6F. Windows color (decimal): -16736349 or 10723072. OLE color: 10723072.
HSL color Cylindrical-coordinate representation of color #009FA3: hue angle of 181.47º 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 #009FA3 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 159 | 163 | - |
| CMYK | 1 | 0.02 | 0 | 0.36 |
| HSL | 181.47º | 1% | 0.32% | - |
| HSV(B) | 181.47º | 1% | 0.64% | - |
| XYZ | 19.01 | 27.44 | 38.95 | - |
| YUV | 111.92 | 156.82 | 48.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 163 | 1 | 0.02 | 0 | 0.36 | 181.47 | 1 | 0.32 |
| Hex | 0 | 9F | A3 | 64 | 2 | 0 | 24 | B5 | 64 | 20 |
| Octal | 0 | 237 | 243 | 144 | 2 | 0 | 44 | 265 | 144 | 40 |
| Binary | 0 | 10011111 | 10100011 | 1100100 | 10 | 0 | 100100 | 10110101 | 1100100 | 100000 |
Color Harmonies of #009FA3
Complementary color
Monochromatic Colors of #009FA3
Black with #009FA3
Text Example
Text Example
White with #009FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FA3; }
p { color: rgb(0,159,163); }
H1.HeaderClassName
{
color: #009FA3;
}
.AnyTagClassName
{
color: #009FA3;
}
</style>
background-color css
<style>
a { background-color: #009FA3; }
a { background-color: rgb(0,159,163); }
div.DivClassName
{
background-color: #009FA3;
}
.BgClassName
{
background-color: #009FA3;
}
</style>
border-color css
<style>
span { border-color: #009FA3; }
span { border-color: rgb(0,159,163); }
td.TdClassName
{
border-color: #009FA3;
}
.TagClassName
{
border-color: #009FA3;
}
</style>