Shades of Dark Pastel Green #23AC3C
Tints of Dark Pastel Green #23AC3C
RGB
CMYK
RGB Variations
Color information
#23AC3C (or 0x23AC3C) is known color: Dark Pastel Green. HEX triplet: 23, AC and 3C. RGB value is (35,172,60). Sum of RGB (Red+Green+Blue) = 35+172+60=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 172 (67.58% from 255 or 64.42% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 172 - color contains mainly: green. Hex color #23AC3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AC3C is #DC53C3. Grayscale: #767676. Windows color (decimal): -14439364 or 3976227. OLE color: 3976227.
HSL color Cylindrical-coordinate representation of color #23AC3C: hue angle of 130.95º 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 #23AC3C is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 172 | 60 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.33 |
| HSL | 130.95º | 0.66% | 0.41% | - |
| HSV(B) | 130.95º | 0.8% | 0.67% | - |
| XYZ | 16.26 | 30.19 | 9.24 | - |
| YUV | 118.27 | 95.11 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 172 | 60 | 0.80 | 0 | 0.65 | 0.33 | 130.95 | 0.66 | 0.41 |
| Hex | 23 | AC | 3C | 50 | 0 | 41 | 21 | 83 | 42 | 29 |
| Octal | 43 | 254 | 74 | 120 | 0 | 101 | 41 | 203 | 102 | 51 |
| Binary | 100011 | 10101100 | 111100 | 1010000 | 0 | 1000001 | 100001 | 10000011 | 1000010 | 101001 |
Color Harmonies of #23AC3C
Complementary color
Monochromatic Colors of #23AC3C
Black with #23AC3C
Text Example
Text Example
White with #23AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AC3C; }
p { color: rgb(35,172,60); }
H1.HeaderClassName
{
color: #23AC3C;
}
.AnyTagClassName
{
color: #23AC3C;
}
</style>
background-color css
<style>
a { background-color: #23AC3C; }
a { background-color: rgb(35,172,60); }
div.DivClassName
{
background-color: #23AC3C;
}
.BgClassName
{
background-color: #23AC3C;
}
</style>
border-color css
<style>
span { border-color: #23AC3C; }
span { border-color: rgb(35,172,60); }
td.TdClassName
{
border-color: #23AC3C;
}
.TagClassName
{
border-color: #23AC3C;
}
</style>