Shades of Dark Pastel Green #00A633
Tints of Dark Pastel Green #00A633
RGB
CMYK
RGB Variations
Color information
#00A633 (or 0x00A633) is known color: Dark Pastel Green. HEX triplet: 00, A6 and 33. RGB value is (0,166,51). Sum of RGB (Red+Green+Blue) = 0+166+51=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 166 (65.23% from 255 or 76.50% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 166 - color contains mainly: green. Hex color #00A633 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A633 is #FF59CC. Grayscale: #676767. Windows color (decimal): -16734669 or 3384832. OLE color: 3384832.
HSL color Cylindrical-coordinate representation of color #00A633: hue angle of 138.43º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A633 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 166 | 51 | - |
| CMYK | 1 | 0 | 0.69 | 0.35 |
| HSL | 138.43º | 1% | 0.33% | - |
| HSV(B) | 138.43º | 1% | 0.65% | - |
| XYZ | 14.23 | 27.51 | 7.69 | - |
| YUV | 103.26 | 98.5 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 166 | 51 | 1 | 0 | 0.69 | 0.35 | 138.43 | 1 | 0.33 |
| Hex | 0 | A6 | 33 | 64 | 0 | 45 | 23 | 8A | 64 | 21 |
| Octal | 0 | 246 | 63 | 144 | 0 | 105 | 43 | 212 | 144 | 41 |
| Binary | 0 | 10100110 | 110011 | 1100100 | 0 | 1000101 | 100011 | 10001010 | 1100100 | 100001 |
Color Harmonies of #00A633
Complementary color
Monochromatic Colors of #00A633
Black with #00A633
Text Example
Text Example
White with #00A633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A633; }
p { color: rgb(0,166,51); }
H1.HeaderClassName
{
color: #00A633;
}
.AnyTagClassName
{
color: #00A633;
}
</style>
background-color css
<style>
a { background-color: #00A633; }
a { background-color: rgb(0,166,51); }
div.DivClassName
{
background-color: #00A633;
}
.BgClassName
{
background-color: #00A633;
}
</style>
border-color css
<style>
span { border-color: #00A633; }
span { border-color: rgb(0,166,51); }
td.TdClassName
{
border-color: #00A633;
}
.TagClassName
{
border-color: #00A633;
}
</style>