Shades of Persian Green #01998A
Tints of Persian Green #01998A
RGB
CMYK
RGB Variations
Color information
#01998A (or 0x01998A) is known color: Persian Green. HEX triplet: 01, 99 and 8A. RGB value is (1,153,138). Sum of RGB (Red+Green+Blue) = 1+153+138=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #01998A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01998A is #FE6675. Grayscale: #696969. Windows color (decimal): -16672374 or 9083137. OLE color: 9083137.
HSL color Cylindrical-coordinate representation of color #01998A: hue angle of 174.08º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01998A is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 153 | 138 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.4 |
| HSL | 174.08º | 0.99% | 0.3% | - |
| HSV(B) | 174.08º | 0.99% | 0.6% | - |
| XYZ | 15.99 | 24.62 | 27.95 | - |
| YUV | 105.84 | 146.14 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 138 | 0.99 | 0 | 0.10 | 0.4 | 174.08 | 0.99 | 0.3 |
| Hex | 1 | 99 | 8A | 63 | 0 | A | 28 | AE | 63 | 1E |
| Octal | 1 | 231 | 212 | 143 | 0 | 12 | 50 | 256 | 143 | 36 |
| Binary | 1 | 10011001 | 10001010 | 1100011 | 0 | 1010 | 101000 | 10101110 | 1100011 | 11110 |
Color Harmonies of #01998A
Complementary color
Monochromatic Colors of #01998A
Black with #01998A
Text Example
Text Example
White with #01998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01998A; }
p { color: rgb(1,153,138); }
H1.HeaderClassName
{
color: #01998A;
}
.AnyTagClassName
{
color: #01998A;
}
</style>
background-color css
<style>
a { background-color: #01998A; }
a { background-color: rgb(1,153,138); }
div.DivClassName
{
background-color: #01998A;
}
.BgClassName
{
background-color: #01998A;
}
</style>
border-color css
<style>
span { border-color: #01998A; }
span { border-color: rgb(1,153,138); }
td.TdClassName
{
border-color: #01998A;
}
.TagClassName
{
border-color: #01998A;
}
</style>