Shades of Pigment Green #08AD4B
Tints of Pigment Green #08AD4B
RGB
CMYK
RGB Variations
Color information
#08AD4B (or 0x08AD4B) is known color: Pigment Green. HEX triplet: 08, AD and 4B. RGB value is (8,173,75). Sum of RGB (Red+Green+Blue) = 8+173+75=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 173 (67.97% from 255 or 67.58% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 173 - color contains mainly: green. Hex color #08AD4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AD4B is #F752B4. Grayscale: #707070. Windows color (decimal): -16208565 or 4959496. OLE color: 4959496.
HSL color Cylindrical-coordinate representation of color #08AD4B: hue angle of 144.36º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AD4B is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 173 | 75 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.32 |
| HSL | 144.36º | 0.91% | 0.35% | - |
| HSV(B) | 144.36º | 0.95% | 0.68% | - |
| XYZ | 16.31 | 30.45 | 11.67 | - |
| YUV | 112.49 | 106.84 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 173 | 75 | 0.95 | 0 | 0.57 | 0.32 | 144.36 | 0.91 | 0.35 |
| Hex | 8 | AD | 4B | 5F | 0 | 39 | 20 | 90 | 5B | 23 |
| Octal | 10 | 255 | 113 | 137 | 0 | 71 | 40 | 220 | 133 | 43 |
| Binary | 1000 | 10101101 | 1001011 | 1011111 | 0 | 111001 | 100000 | 10010000 | 1011011 | 100011 |
Color Harmonies of #08AD4B
Complementary color
Monochromatic Colors of #08AD4B
Black with #08AD4B
Text Example
Text Example
White with #08AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AD4B; }
p { color: rgb(8,173,75); }
H1.HeaderClassName
{
color: #08AD4B;
}
.AnyTagClassName
{
color: #08AD4B;
}
</style>
background-color css
<style>
a { background-color: #08AD4B; }
a { background-color: rgb(8,173,75); }
div.DivClassName
{
background-color: #08AD4B;
}
.BgClassName
{
background-color: #08AD4B;
}
</style>
border-color css
<style>
span { border-color: #08AD4B; }
span { border-color: rgb(8,173,75); }
td.TdClassName
{
border-color: #08AD4B;
}
.TagClassName
{
border-color: #08AD4B;
}
</style>