Shades of Persian Green #009CA3
Tints of Persian Green #009CA3
RGB
CMYK
RGB Variations
Color information
#009CA3 (or 0x009CA3) is known color: Persian Green. HEX triplet: 00, 9C and A3. RGB value is (0,156,163). Sum of RGB (Red+Green+Blue) = 0+156+163=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 163 (64.06% from 255 or 51.10% from 319); Max value from RGB is 163 - color contains mainly: blue. Hex color #009CA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009CA3 is #FF635C. Grayscale: #6D6D6D. Windows color (decimal): -16737117 or 10722304. OLE color: 10722304.
HSL color Cylindrical-coordinate representation of color #009CA3: hue angle of 182.58º 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 #009CA3 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 156 | 163 | - |
| CMYK | 1 | 0.04 | 0 | 0.36 |
| HSL | 182.58º | 1% | 0.32% | - |
| HSV(B) | 182.58º | 1% | 0.64% | - |
| XYZ | 18.5 | 26.42 | 38.78 | - |
| YUV | 110.15 | 157.82 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 163 | 1 | 0.04 | 0 | 0.36 | 182.58 | 1 | 0.32 |
| Hex | 0 | 9C | A3 | 64 | 4 | 0 | 24 | B7 | 64 | 20 |
| Octal | 0 | 234 | 243 | 144 | 4 | 0 | 44 | 267 | 144 | 40 |
| Binary | 0 | 10011100 | 10100011 | 1100100 | 100 | 0 | 100100 | 10110111 | 1100100 | 100000 |
Color Harmonies of #009CA3
Complementary color
Monochromatic Colors of #009CA3
Black with #009CA3
Text Example
Text Example
White with #009CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CA3; }
p { color: rgb(0,156,163); }
H1.HeaderClassName
{
color: #009CA3;
}
.AnyTagClassName
{
color: #009CA3;
}
</style>
background-color css
<style>
a { background-color: #009CA3; }
a { background-color: rgb(0,156,163); }
div.DivClassName
{
background-color: #009CA3;
}
.BgClassName
{
background-color: #009CA3;
}
</style>
border-color css
<style>
span { border-color: #009CA3; }
span { border-color: rgb(0,156,163); }
td.TdClassName
{
border-color: #009CA3;
}
.TagClassName
{
border-color: #009CA3;
}
</style>