Shades of Persian Green #0A998C
Tints of Persian Green #0A998C
RGB
CMYK
RGB Variations
Color information
#0A998C (or 0x0A998C) is known color: Persian Green. HEX triplet: 0A, 99 and 8C. RGB value is (10,153,140). Sum of RGB (Red+Green+Blue) = 10+153+140=303 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.30% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #0A998C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A998C is #F56673. Grayscale: #6C6C6C. Windows color (decimal): -16082548 or 9214218. OLE color: 9214218.
HSL color Cylindrical-coordinate representation of color #0A998C: hue angle of 174.55º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A998C is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 10 | 153 | 140 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.4 |
| HSL | 174.55º | 0.88% | 0.32% | - |
| HSV(B) | 174.55º | 0.93% | 0.6% | - |
| XYZ | 16.25 | 24.74 | 28.73 | - |
| YUV | 108.76 | 145.62 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 153 | 140 | 0.93 | 0 | 0.08 | 0.4 | 174.55 | 0.88 | 0.32 |
| Hex | A | 99 | 8C | 5D | 0 | 8 | 28 | AF | 58 | 20 |
| Octal | 12 | 231 | 214 | 135 | 0 | 10 | 50 | 257 | 130 | 40 |
| Binary | 1010 | 10011001 | 10001100 | 1011101 | 0 | 1000 | 101000 | 10101111 | 1011000 | 100000 |
Color Harmonies of #0A998C
Complementary color
Monochromatic Colors of #0A998C
Black with #0A998C
Text Example
Text Example
White with #0A998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A998C; }
p { color: rgb(10,153,140); }
H1.HeaderClassName
{
color: #0A998C;
}
.AnyTagClassName
{
color: #0A998C;
}
</style>
background-color css
<style>
a { background-color: #0A998C; }
a { background-color: rgb(10,153,140); }
div.DivClassName
{
background-color: #0A998C;
}
.BgClassName
{
background-color: #0A998C;
}
</style>
border-color css
<style>
span { border-color: #0A998C; }
span { border-color: rgb(10,153,140); }
td.TdClassName
{
border-color: #0A998C;
}
.TagClassName
{
border-color: #0A998C;
}
</style>