Shades of Mountain Meadow #23AF7C
Tints of Mountain Meadow #23AF7C
RGB
CMYK
RGB Variations
Color information
#23AF7C (or 0x23AF7C) is known color: Mountain Meadow. HEX triplet: 23, AF and 7C. RGB value is (35,175,124). Sum of RGB (Red+Green+Blue) = 35+175+124=334 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.48% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #23AF7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23AF7C is #DC5083. Grayscale: #7F7F7F. Windows color (decimal): -14438532 or 8171299. OLE color: 8171299.
HSL color Cylindrical-coordinate representation of color #23AF7C: hue angle of 158.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AF7C is Cyan = 0.8, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 175 | 124 | - |
| CMYK | 0.8 | 0 | 0.29 | 0.31 |
| HSL | 158.14º | 0.67% | 0.41% | - |
| HSV(B) | 158.14º | 0.8% | 0.69% | - |
| XYZ | 19.66 | 32.47 | 24.3 | - |
| YUV | 127.33 | 126.12 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 175 | 124 | 0.8 | 0 | 0.29 | 0.31 | 158.14 | 0.67 | 0.41 |
| Hex | 23 | AF | 7C | 50 | 0 | 1D | 1F | 9E | 43 | 29 |
| Octal | 43 | 257 | 174 | 120 | 0 | 35 | 37 | 236 | 103 | 51 |
| Binary | 100011 | 10101111 | 1111100 | 1010000 | 0 | 11101 | 11111 | 10011110 | 1000011 | 101001 |
Color Harmonies of #23AF7C
Complementary color
Monochromatic Colors of #23AF7C
Black with #23AF7C
Text Example
Text Example
White with #23AF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AF7C; }
p { color: rgb(35,175,124); }
H1.HeaderClassName
{
color: #23AF7C;
}
.AnyTagClassName
{
color: #23AF7C;
}
</style>
background-color css
<style>
a { background-color: #23AF7C; }
a { background-color: rgb(35,175,124); }
div.DivClassName
{
background-color: #23AF7C;
}
.BgClassName
{
background-color: #23AF7C;
}
</style>
border-color css
<style>
span { border-color: #23AF7C; }
span { border-color: rgb(35,175,124); }
td.TdClassName
{
border-color: #23AF7C;
}
.TagClassName
{
border-color: #23AF7C;
}
</style>