Shades of Dark Pastel Green #00A323
Tints of Dark Pastel Green #00A323
RGB
CMYK
RGB Variations
Color information
#00A323 (or 0x00A323) is known color: Dark Pastel Green. HEX triplet: 00, A3 and 23. RGB value is (0,163,35). Sum of RGB (Red+Green+Blue) = 0+163+35=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 163 (64.06% from 255 or 82.32% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 163 - color contains mainly: green. Hex color #00A323 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A323 is #FF5CDC. Grayscale: #646464. Windows color (decimal): -16735453 or 2335488. OLE color: 2335488.
HSL color Cylindrical-coordinate representation of color #00A323: hue angle of 132.88º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A323 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 163 | 35 | - |
| CMYK | 1 | 0 | 0.79 | 0.36 |
| HSL | 132.88º | 1% | 0.32% | - |
| HSV(B) | 132.88º | 1% | 0.64% | - |
| XYZ | 13.4 | 26.32 | 5.96 | - |
| YUV | 99.67 | 91.5 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 163 | 35 | 1 | 0 | 0.79 | 0.36 | 132.88 | 1 | 0.32 |
| Hex | 0 | A3 | 23 | 64 | 0 | 4F | 24 | 85 | 64 | 20 |
| Octal | 0 | 243 | 43 | 144 | 0 | 117 | 44 | 205 | 144 | 40 |
| Binary | 0 | 10100011 | 100011 | 1100100 | 0 | 1001111 | 100100 | 10000101 | 1100100 | 100000 |
Color Harmonies of #00A323
Complementary color
Monochromatic Colors of #00A323
Black with #00A323
Text Example
Text Example
White with #00A323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A323; }
p { color: rgb(0,163,35); }
H1.HeaderClassName
{
color: #00A323;
}
.AnyTagClassName
{
color: #00A323;
}
</style>
background-color css
<style>
a { background-color: #00A323; }
a { background-color: rgb(0,163,35); }
div.DivClassName
{
background-color: #00A323;
}
.BgClassName
{
background-color: #00A323;
}
</style>
border-color css
<style>
span { border-color: #00A323; }
span { border-color: rgb(0,163,35); }
td.TdClassName
{
border-color: #00A323;
}
.TagClassName
{
border-color: #00A323;
}
</style>