Shades of Jungle Green #23AD85
Tints of Jungle Green #23AD85
RGB
CMYK
RGB Variations
Color information
#23AD85 (or 0x23AD85) is known color: Jungle Green. HEX triplet: 23, AD and 85. RGB value is (35,173,133). Sum of RGB (Red+Green+Blue) = 35+173+133=341 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.26% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #23AD85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AD85 is #DC527A. Grayscale: #7F7F7F. Windows color (decimal): -14439035 or 8760611. OLE color: 8760611.
HSL color Cylindrical-coordinate representation of color #23AD85: hue angle of 162.61º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AD85 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 173 | 133 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.32 |
| HSL | 162.61º | 0.66% | 0.41% | - |
| HSV(B) | 162.61º | 0.8% | 0.68% | - |
| XYZ | 19.87 | 31.94 | 27.31 | - |
| YUV | 127.18 | 131.28 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 133 | 0.80 | 0 | 0.23 | 0.32 | 162.61 | 0.66 | 0.41 |
| Hex | 23 | AD | 85 | 50 | 0 | 17 | 20 | A3 | 42 | 29 |
| Octal | 43 | 255 | 205 | 120 | 0 | 27 | 40 | 243 | 102 | 51 |
| Binary | 100011 | 10101101 | 10000101 | 1010000 | 0 | 10111 | 100000 | 10100011 | 1000010 | 101001 |
Color Harmonies of #23AD85
Complementary color
Monochromatic Colors of #23AD85
Black with #23AD85
Text Example
Text Example
White with #23AD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AD85; }
p { color: rgb(35,173,133); }
H1.HeaderClassName
{
color: #23AD85;
}
.AnyTagClassName
{
color: #23AD85;
}
</style>
background-color css
<style>
a { background-color: #23AD85; }
a { background-color: rgb(35,173,133); }
div.DivClassName
{
background-color: #23AD85;
}
.BgClassName
{
background-color: #23AD85;
}
</style>
border-color css
<style>
span { border-color: #23AD85; }
span { border-color: rgb(35,173,133); }
td.TdClassName
{
border-color: #23AD85;
}
.TagClassName
{
border-color: #23AD85;
}
</style>