Shades of Pigment Green #08A53D
Tints of Pigment Green #08A53D
RGB
CMYK
RGB Variations
Color information
#08A53D (or 0x08A53D) is known color: Pigment Green. HEX triplet: 08, A5 and 3D. RGB value is (8,165,61). Sum of RGB (Red+Green+Blue) = 8+165+61=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 165 (64.84% from 255 or 70.51% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 165 - color contains mainly: green. Hex color #08A53D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A53D is #F75AC2. Grayscale: #6A6A6A. Windows color (decimal): -16210627 or 4039944. OLE color: 4039944.
HSL color Cylindrical-coordinate representation of color #08A53D: hue angle of 140.25º 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 #08A53D is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 165 | 61 | - |
| CMYK | 0.95 | 0 | 0.63 | 0.35 |
| HSL | 140.25º | 0.91% | 0.34% | - |
| HSV(B) | 140.25º | 0.95% | 0.65% | - |
| XYZ | 14.4 | 27.3 | 8.93 | - |
| YUV | 106.2 | 102.49 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 165 | 61 | 0.95 | 0 | 0.63 | 0.35 | 140.25 | 0.91 | 0.34 |
| Hex | 8 | A5 | 3D | 5F | 0 | 3F | 23 | 8C | 5B | 22 |
| Octal | 10 | 245 | 75 | 137 | 0 | 77 | 43 | 214 | 133 | 42 |
| Binary | 1000 | 10100101 | 111101 | 1011111 | 0 | 111111 | 100011 | 10001100 | 1011011 | 100010 |
Color Harmonies of #08A53D
Complementary color
Monochromatic Colors of #08A53D
Black with #08A53D
Text Example
Text Example
White with #08A53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A53D; }
p { color: rgb(8,165,61); }
H1.HeaderClassName
{
color: #08A53D;
}
.AnyTagClassName
{
color: #08A53D;
}
</style>
background-color css
<style>
a { background-color: #08A53D; }
a { background-color: rgb(8,165,61); }
div.DivClassName
{
background-color: #08A53D;
}
.BgClassName
{
background-color: #08A53D;
}
</style>
border-color css
<style>
span { border-color: #08A53D; }
span { border-color: rgb(8,165,61); }
td.TdClassName
{
border-color: #08A53D;
}
.TagClassName
{
border-color: #08A53D;
}
</style>