Shades of Pigment Green #08A83D
Tints of Pigment Green #08A83D
RGB
CMYK
RGB Variations
Color information
#08A83D (or 0x08A83D) is known color: Pigment Green. HEX triplet: 08, A8 and 3D. RGB value is (8,168,61). Sum of RGB (Red+Green+Blue) = 8+168+61=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 168 (66.02% from 255 or 70.89% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 168 - color contains mainly: green. Hex color #08A83D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A83D is #F757C2. Grayscale: #6C6C6C. Windows color (decimal): -16209859 or 4040712. OLE color: 4040712.
HSL color Cylindrical-coordinate representation of color #08A83D: hue angle of 139.88º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A83D is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 8 | 168 | 61 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.34 |
| HSL | 139.88º | 0.91% | 0.35% | - |
| HSV(B) | 139.88º | 0.95% | 0.66% | - |
| XYZ | 14.95 | 28.39 | 9.11 | - |
| YUV | 107.96 | 101.49 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 168 | 61 | 0.95 | 0 | 0.64 | 0.34 | 139.88 | 0.91 | 0.35 |
| Hex | 8 | A8 | 3D | 5F | 0 | 40 | 22 | 8C | 5B | 23 |
| Octal | 10 | 250 | 75 | 137 | 0 | 100 | 42 | 214 | 133 | 43 |
| Binary | 1000 | 10101000 | 111101 | 1011111 | 0 | 1000000 | 100010 | 10001100 | 1011011 | 100011 |
Color Harmonies of #08A83D
Complementary color
Monochromatic Colors of #08A83D
Black with #08A83D
Text Example
Text Example
White with #08A83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A83D; }
p { color: rgb(8,168,61); }
H1.HeaderClassName
{
color: #08A83D;
}
.AnyTagClassName
{
color: #08A83D;
}
</style>
background-color css
<style>
a { background-color: #08A83D; }
a { background-color: rgb(8,168,61); }
div.DivClassName
{
background-color: #08A83D;
}
.BgClassName
{
background-color: #08A83D;
}
</style>
border-color css
<style>
span { border-color: #08A83D; }
span { border-color: rgb(8,168,61); }
td.TdClassName
{
border-color: #08A83D;
}
.TagClassName
{
border-color: #08A83D;
}
</style>