Shades of Persian Green #009EA4
Tints of Persian Green #009EA4
RGB
CMYK
RGB Variations
Color information
#009EA4 (or 0x009EA4) is known color: Persian Green. HEX triplet: 00, 9E and A4. RGB value is (0,158,164). Sum of RGB (Red+Green+Blue) = 0+158+164=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #009EA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009EA4 is #FF615B. Grayscale: #6F6F6F. Windows color (decimal): -16736604 or 10788352. OLE color: 10788352.
HSL color Cylindrical-coordinate representation of color #009EA4: hue angle of 182.2º 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 #009EA4 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 158 | 164 | - |
| CMYK | 1 | 0.04 | 0 | 0.36 |
| HSL | 182.2º | 1% | 0.32% | - |
| HSV(B) | 182.2º | 1% | 0.64% | - |
| XYZ | 18.93 | 27.13 | 39.36 | - |
| YUV | 111.44 | 157.65 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 158 | 164 | 1 | 0.04 | 0 | 0.36 | 182.2 | 1 | 0.32 |
| Hex | 0 | 9E | A4 | 64 | 4 | 0 | 24 | B6 | 64 | 20 |
| Octal | 0 | 236 | 244 | 144 | 4 | 0 | 44 | 266 | 144 | 40 |
| Binary | 0 | 10011110 | 10100100 | 1100100 | 100 | 0 | 100100 | 10110110 | 1100100 | 100000 |
Color Harmonies of #009EA4
Complementary color
Monochromatic Colors of #009EA4
Black with #009EA4
Text Example
Text Example
White with #009EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009EA4; }
p { color: rgb(0,158,164); }
H1.HeaderClassName
{
color: #009EA4;
}
.AnyTagClassName
{
color: #009EA4;
}
</style>
background-color css
<style>
a { background-color: #009EA4; }
a { background-color: rgb(0,158,164); }
div.DivClassName
{
background-color: #009EA4;
}
.BgClassName
{
background-color: #009EA4;
}
</style>
border-color css
<style>
span { border-color: #009EA4; }
span { border-color: rgb(0,158,164); }
td.TdClassName
{
border-color: #009EA4;
}
.TagClassName
{
border-color: #009EA4;
}
</style>