Shades of Pigment Green #08A540
Tints of Pigment Green #08A540
RGB
CMYK
RGB Variations
Color information
#08A540 (or 0x08A540) is known color: Pigment Green. HEX triplet: 08, A5 and 40. RGB value is (8,165,64). Sum of RGB (Red+Green+Blue) = 8+165+64=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 165 (64.84% from 255 or 69.62% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 165 - color contains mainly: green. Hex color #08A540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A540 is #F75ABF. Grayscale: #6A6A6A. Windows color (decimal): -16210624 or 4236552. OLE color: 4236552.
HSL color Cylindrical-coordinate representation of color #08A540: hue angle of 141.4º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A540 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 165 | 64 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.35 |
| HSL | 141.4º | 0.91% | 0.34% | - |
| HSV(B) | 141.4º | 0.95% | 0.65% | - |
| XYZ | 14.48 | 27.33 | 9.36 | - |
| YUV | 106.54 | 103.99 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 165 | 64 | 0.95 | 0 | 0.61 | 0.35 | 141.4 | 0.91 | 0.34 |
| Hex | 8 | A5 | 40 | 5F | 0 | 3D | 23 | 8D | 5B | 22 |
| Octal | 10 | 245 | 100 | 137 | 0 | 75 | 43 | 215 | 133 | 42 |
| Binary | 1000 | 10100101 | 1000000 | 1011111 | 0 | 111101 | 100011 | 10001101 | 1011011 | 100010 |
Color Harmonies of #08A540
Complementary color
Monochromatic Colors of #08A540
Black with #08A540
Text Example
Text Example
White with #08A540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A540; }
p { color: rgb(8,165,64); }
H1.HeaderClassName
{
color: #08A540;
}
.AnyTagClassName
{
color: #08A540;
}
</style>
background-color css
<style>
a { background-color: #08A540; }
a { background-color: rgb(8,165,64); }
div.DivClassName
{
background-color: #08A540;
}
.BgClassName
{
background-color: #08A540;
}
</style>
border-color css
<style>
span { border-color: #08A540; }
span { border-color: rgb(8,165,64); }
td.TdClassName
{
border-color: #08A540;
}
.TagClassName
{
border-color: #08A540;
}
</style>