Shades of Jungle Green #23AC81
Tints of Jungle Green #23AC81
RGB
CMYK
RGB Variations
Color information
#23AC81 (or 0x23AC81) is known color: Jungle Green. HEX triplet: 23, AC and 81. RGB value is (35,172,129). Sum of RGB (Red+Green+Blue) = 35+172+129=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #23AC81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AC81 is #DC537E. Grayscale: #7E7E7E. Windows color (decimal): -14439295 or 8498211. OLE color: 8498211.
HSL color Cylindrical-coordinate representation of color #23AC81: hue angle of 161.17º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AC81 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 172 | 129 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.33 |
| HSL | 161.17º | 0.66% | 0.41% | - |
| HSV(B) | 161.17º | 0.8% | 0.67% | - |
| XYZ | 19.41 | 31.45 | 25.82 | - |
| YUV | 126.14 | 129.61 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 172 | 129 | 0.80 | 0 | 0.25 | 0.33 | 161.17 | 0.66 | 0.41 |
| Hex | 23 | AC | 81 | 50 | 0 | 19 | 21 | A1 | 42 | 29 |
| Octal | 43 | 254 | 201 | 120 | 0 | 31 | 41 | 241 | 102 | 51 |
| Binary | 100011 | 10101100 | 10000001 | 1010000 | 0 | 11001 | 100001 | 10100001 | 1000010 | 101001 |
Color Harmonies of #23AC81
Complementary color
Monochromatic Colors of #23AC81
Black with #23AC81
Text Example
Text Example
White with #23AC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AC81; }
p { color: rgb(35,172,129); }
H1.HeaderClassName
{
color: #23AC81;
}
.AnyTagClassName
{
color: #23AC81;
}
</style>
background-color css
<style>
a { background-color: #23AC81; }
a { background-color: rgb(35,172,129); }
div.DivClassName
{
background-color: #23AC81;
}
.BgClassName
{
background-color: #23AC81;
}
</style>
border-color css
<style>
span { border-color: #23AC81; }
span { border-color: rgb(35,172,129); }
td.TdClassName
{
border-color: #23AC81;
}
.TagClassName
{
border-color: #23AC81;
}
</style>