Shades of Persian Green #08A289
Tints of Persian Green #08A289
RGB
CMYK
RGB Variations
Color information
#08A289 (or 0x08A289) is known color: Persian Green. HEX triplet: 08, A2 and 89. RGB value is (8,162,137). Sum of RGB (Red+Green+Blue) = 8+162+137=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #08A289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A289 is #F75D76. Grayscale: #717171. Windows color (decimal): -16211319 or 9019912. OLE color: 9019912.
HSL color Cylindrical-coordinate representation of color #08A289: hue angle of 170.26º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A289 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 162 | 137 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.36 |
| HSL | 170.26º | 0.91% | 0.33% | - |
| HSV(B) | 170.26º | 0.95% | 0.64% | - |
| XYZ | 17.54 | 27.7 | 28.09 | - |
| YUV | 113.1 | 141.48 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 162 | 137 | 0.95 | 0 | 0.15 | 0.36 | 170.26 | 0.91 | 0.33 |
| Hex | 8 | A2 | 89 | 5F | 0 | F | 24 | AA | 5B | 21 |
| Octal | 10 | 242 | 211 | 137 | 0 | 17 | 44 | 252 | 133 | 41 |
| Binary | 1000 | 10100010 | 10001001 | 1011111 | 0 | 1111 | 100100 | 10101010 | 1011011 | 100001 |
Color Harmonies of #08A289
Complementary color
Monochromatic Colors of #08A289
Black with #08A289
Text Example
Text Example
White with #08A289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A289; }
p { color: rgb(8,162,137); }
H1.HeaderClassName
{
color: #08A289;
}
.AnyTagClassName
{
color: #08A289;
}
</style>
background-color css
<style>
a { background-color: #08A289; }
a { background-color: rgb(8,162,137); }
div.DivClassName
{
background-color: #08A289;
}
.BgClassName
{
background-color: #08A289;
}
</style>
border-color css
<style>
span { border-color: #08A289; }
span { border-color: rgb(8,162,137); }
td.TdClassName
{
border-color: #08A289;
}
.TagClassName
{
border-color: #08A289;
}
</style>