Shades of Dark Pastel Green #00A223
Tints of Dark Pastel Green #00A223
RGB
CMYK
RGB Variations
Color information
#00A223 (or 0x00A223) is known color: Dark Pastel Green. HEX triplet: 00, A2 and 23. RGB value is (0,162,35). Sum of RGB (Red+Green+Blue) = 0+162+35=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 162 (63.67% from 255 or 82.23% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 162 - color contains mainly: green. Hex color #00A223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A223 is #FF5DDC. Grayscale: #636363. Windows color (decimal): -16735709 or 2335232. OLE color: 2335232.
HSL color Cylindrical-coordinate representation of color #00A223: hue angle of 132.96º 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 #00A223 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 162 | 35 | - |
| CMYK | 1 | 0 | 0.78 | 0.36 |
| HSL | 132.96º | 1% | 0.32% | - |
| HSV(B) | 132.96º | 1% | 0.64% | - |
| XYZ | 13.22 | 25.96 | 5.9 | - |
| YUV | 99.08 | 91.83 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 162 | 35 | 1 | 0 | 0.78 | 0.36 | 132.96 | 1 | 0.32 |
| Hex | 0 | A2 | 23 | 64 | 0 | 4E | 24 | 85 | 64 | 20 |
| Octal | 0 | 242 | 43 | 144 | 0 | 116 | 44 | 205 | 144 | 40 |
| Binary | 0 | 10100010 | 100011 | 1100100 | 0 | 1001110 | 100100 | 10000101 | 1100100 | 100000 |
Color Harmonies of #00A223
Complementary color
Monochromatic Colors of #00A223
Black with #00A223
Text Example
Text Example
White with #00A223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A223; }
p { color: rgb(0,162,35); }
H1.HeaderClassName
{
color: #00A223;
}
.AnyTagClassName
{
color: #00A223;
}
</style>
background-color css
<style>
a { background-color: #00A223; }
a { background-color: rgb(0,162,35); }
div.DivClassName
{
background-color: #00A223;
}
.BgClassName
{
background-color: #00A223;
}
</style>
border-color css
<style>
span { border-color: #00A223; }
span { border-color: rgb(0,162,35); }
td.TdClassName
{
border-color: #00A223;
}
.TagClassName
{
border-color: #00A223;
}
</style>