Shades of Jungle Green #23A970
Tints of Jungle Green #23A970
RGB
CMYK
RGB Variations
Color information
#23A970 (or 0x23A970) is known color: Jungle Green. HEX triplet: 23, A9 and 70. RGB value is (35,169,112). Sum of RGB (Red+Green+Blue) = 35+169+112=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 169 (66.41% from 255 or 53.48% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 169 - color contains mainly: green. Hex color #23A970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23A970 is #DC568F. Grayscale: #7A7A7A. Windows color (decimal): -14440080 or 7383331. OLE color: 7383331.
HSL color Cylindrical-coordinate representation of color #23A970: hue angle of 154.48º 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 #23A970 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 169 | 112 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.34 |
| HSL | 154.48º | 0.66% | 0.4% | - |
| HSV(B) | 154.48º | 0.79% | 0.66% | - |
| XYZ | 17.81 | 29.9 | 20.16 | - |
| YUV | 122.44 | 122.11 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 169 | 112 | 0.79 | 0 | 0.34 | 0.34 | 154.48 | 0.66 | 0.4 |
| Hex | 23 | A9 | 70 | 4F | 0 | 22 | 22 | 9A | 42 | 28 |
| Octal | 43 | 251 | 160 | 117 | 0 | 42 | 42 | 232 | 102 | 50 |
| Binary | 100011 | 10101001 | 1110000 | 1001111 | 0 | 100010 | 100010 | 10011010 | 1000010 | 101000 |
Color Harmonies of #23A970
Complementary color
Monochromatic Colors of #23A970
Black with #23A970
Text Example
Text Example
White with #23A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A970; }
p { color: rgb(35,169,112); }
H1.HeaderClassName
{
color: #23A970;
}
.AnyTagClassName
{
color: #23A970;
}
</style>
background-color css
<style>
a { background-color: #23A970; }
a { background-color: rgb(35,169,112); }
div.DivClassName
{
background-color: #23A970;
}
.BgClassName
{
background-color: #23A970;
}
</style>
border-color css
<style>
span { border-color: #23A970; }
span { border-color: rgb(35,169,112); }
td.TdClassName
{
border-color: #23A970;
}
.TagClassName
{
border-color: #23A970;
}
</style>