Shades of Green #08830A
Tints of Green #08830A
RGB
CMYK
RGB Variations
Color information
#08830A (or 0x08830A) is known color: Green. HEX triplet: 08, 83 and 0A. RGB value is (8,131,10). Sum of RGB (Red+Green+Blue) = 8+131+10=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 131 (51.56% from 255 or 87.92% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 131 - color contains mainly: green. Hex color #08830A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08830A is #F77CF5. Grayscale: #505050. Windows color (decimal): -16219382 or 688904. OLE color: 688904.
HSL color Cylindrical-coordinate representation of color #08830A: hue angle of 120.98º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08830A is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 131 | 10 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.49 |
| HSL | 120.98º | 0.88% | 0.27% | - |
| HSV(B) | 120.98º | 0.94% | 0.51% | - |
| XYZ | 8.27 | 16.31 | 3 | - |
| YUV | 80.43 | 88.25 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 10 | 0.94 | 0 | 0.92 | 0.49 | 120.98 | 0.88 | 0.27 |
| Hex | 8 | 83 | A | 5E | 0 | 5C | 31 | 79 | 58 | 1B |
| Octal | 10 | 203 | 12 | 136 | 0 | 134 | 61 | 171 | 130 | 33 |
| Binary | 1000 | 10000011 | 1010 | 1011110 | 0 | 1011100 | 110001 | 1111001 | 1011000 | 11011 |
Color Harmonies of #08830A
Complementary color
Monochromatic Colors of #08830A
Black with #08830A
Text Example
Text Example
White with #08830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08830A; }
p { color: rgb(8,131,10); }
H1.HeaderClassName
{
color: #08830A;
}
.AnyTagClassName
{
color: #08830A;
}
</style>
background-color css
<style>
a { background-color: #08830A; }
a { background-color: rgb(8,131,10); }
div.DivClassName
{
background-color: #08830A;
}
.BgClassName
{
background-color: #08830A;
}
</style>
border-color css
<style>
span { border-color: #08830A; }
span { border-color: rgb(8,131,10); }
td.TdClassName
{
border-color: #08830A;
}
.TagClassName
{
border-color: #08830A;
}
</style>