Shades of Jungle Green #23A97A
Tints of Jungle Green #23A97A
RGB
CMYK
RGB Variations
Color information
#23A97A (or 0x23A97A) is known color: Jungle Green. HEX triplet: 23, A9 and 7A. RGB value is (35,169,122). Sum of RGB (Red+Green+Blue) = 35+169+122=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 169 (66.41% from 255 or 51.84% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 169 - color contains mainly: green. Hex color #23A97A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23A97A is #DC5685. Grayscale: #7B7B7B. Windows color (decimal): -14440070 or 8038691. OLE color: 8038691.
HSL color Cylindrical-coordinate representation of color #23A97A: hue angle of 158.96º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A97A is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 169 | 122 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.34 |
| HSL | 158.96º | 0.66% | 0.4% | - |
| HSV(B) | 158.96º | 0.79% | 0.66% | - |
| XYZ | 18.39 | 30.14 | 23.26 | - |
| YUV | 123.58 | 127.11 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 169 | 122 | 0.79 | 0 | 0.28 | 0.34 | 158.96 | 0.66 | 0.4 |
| Hex | 23 | A9 | 7A | 4F | 0 | 1C | 22 | 9F | 42 | 28 |
| Octal | 43 | 251 | 172 | 117 | 0 | 34 | 42 | 237 | 102 | 50 |
| Binary | 100011 | 10101001 | 1111010 | 1001111 | 0 | 11100 | 100010 | 10011111 | 1000010 | 101000 |
Color Harmonies of #23A97A
Complementary color
Monochromatic Colors of #23A97A
Black with #23A97A
Text Example
Text Example
White with #23A97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A97A; }
p { color: rgb(35,169,122); }
H1.HeaderClassName
{
color: #23A97A;
}
.AnyTagClassName
{
color: #23A97A;
}
</style>
background-color css
<style>
a { background-color: #23A97A; }
a { background-color: rgb(35,169,122); }
div.DivClassName
{
background-color: #23A97A;
}
.BgClassName
{
background-color: #23A97A;
}
</style>
border-color css
<style>
span { border-color: #23A97A; }
span { border-color: rgb(35,169,122); }
td.TdClassName
{
border-color: #23A97A;
}
.TagClassName
{
border-color: #23A97A;
}
</style>