Shades of Dark Pastel Green #23AC3A
Tints of Dark Pastel Green #23AC3A
RGB
CMYK
RGB Variations
Color information
#23AC3A (or 0x23AC3A) is known color: Dark Pastel Green. HEX triplet: 23, AC and 3A. RGB value is (35,172,58). Sum of RGB (Red+Green+Blue) = 35+172+58=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 172 (67.58% from 255 or 64.91% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 172 - color contains mainly: green. Hex color #23AC3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AC3A is #DC53C5. Grayscale: #767676. Windows color (decimal): -14439366 or 3845155. OLE color: 3845155.
HSL color Cylindrical-coordinate representation of color #23AC3A: hue angle of 130.07º 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 #23AC3A is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 172 | 58 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.33 |
| HSL | 130.07º | 0.66% | 0.41% | - |
| HSV(B) | 130.07º | 0.8% | 0.67% | - |
| XYZ | 16.21 | 30.17 | 8.97 | - |
| YUV | 118.04 | 94.11 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 172 | 58 | 0.80 | 0 | 0.66 | 0.33 | 130.07 | 0.66 | 0.41 |
| Hex | 23 | AC | 3A | 50 | 0 | 42 | 21 | 82 | 42 | 29 |
| Octal | 43 | 254 | 72 | 120 | 0 | 102 | 41 | 202 | 102 | 51 |
| Binary | 100011 | 10101100 | 111010 | 1010000 | 0 | 1000010 | 100001 | 10000010 | 1000010 | 101001 |
Color Harmonies of #23AC3A
Complementary color
Monochromatic Colors of #23AC3A
Black with #23AC3A
Text Example
Text Example
White with #23AC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AC3A; }
p { color: rgb(35,172,58); }
H1.HeaderClassName
{
color: #23AC3A;
}
.AnyTagClassName
{
color: #23AC3A;
}
</style>
background-color css
<style>
a { background-color: #23AC3A; }
a { background-color: rgb(35,172,58); }
div.DivClassName
{
background-color: #23AC3A;
}
.BgClassName
{
background-color: #23AC3A;
}
</style>
border-color css
<style>
span { border-color: #23AC3A; }
span { border-color: rgb(35,172,58); }
td.TdClassName
{
border-color: #23AC3A;
}
.TagClassName
{
border-color: #23AC3A;
}
</style>