Shades of Pigment Green #089952
Tints of Pigment Green #089952
RGB
CMYK
RGB Variations
Color information
#089952 (or 0x089952) is known color: Pigment Green. HEX triplet: 08, 99 and 52. RGB value is (8,153,82). Sum of RGB (Red+Green+Blue) = 8+153+82=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 153 (60.16% from 255 or 62.96% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 153 - color contains mainly: green. Hex color #089952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089952 is #F766AD. Grayscale: #656565. Windows color (decimal): -16213678 or 5413128. OLE color: 5413128.
HSL color Cylindrical-coordinate representation of color #089952: hue angle of 150.62º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089952 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 153 | 82 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.4 |
| HSL | 150.62º | 0.9% | 0.32% | - |
| HSV(B) | 150.62º | 0.95% | 0.6% | - |
| XYZ | 13.01 | 23.44 | 11.82 | - |
| YUV | 101.55 | 116.96 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 82 | 0.95 | 0 | 0.46 | 0.4 | 150.62 | 0.9 | 0.32 |
| Hex | 8 | 99 | 52 | 5F | 0 | 2E | 28 | 97 | 5A | 20 |
| Octal | 10 | 231 | 122 | 137 | 0 | 56 | 50 | 227 | 132 | 40 |
| Binary | 1000 | 10011001 | 1010010 | 1011111 | 0 | 101110 | 101000 | 10010111 | 1011010 | 100000 |
Color Harmonies of #089952
Complementary color
Monochromatic Colors of #089952
Black with #089952
Text Example
Text Example
White with #089952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089952; }
p { color: rgb(8,153,82); }
H1.HeaderClassName
{
color: #089952;
}
.AnyTagClassName
{
color: #089952;
}
</style>
background-color css
<style>
a { background-color: #089952; }
a { background-color: rgb(8,153,82); }
div.DivClassName
{
background-color: #089952;
}
.BgClassName
{
background-color: #089952;
}
</style>
border-color css
<style>
span { border-color: #089952; }
span { border-color: rgb(8,153,82); }
td.TdClassName
{
border-color: #089952;
}
.TagClassName
{
border-color: #089952;
}
</style>