Shades of Pigment Green #05A33C
Tints of Pigment Green #05A33C
RGB
CMYK
RGB Variations
Color information
#05A33C (or 0x05A33C) is known color: Pigment Green. HEX triplet: 05, A3 and 3C. RGB value is (5,163,60). Sum of RGB (Red+Green+Blue) = 5+163+60=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 163 (64.06% from 255 or 71.49% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 163 - color contains mainly: green. Hex color #05A33C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A33C is #FA5CC3. Grayscale: #686868. Windows color (decimal): -16407748 or 3973893. OLE color: 3973893.
HSL color Cylindrical-coordinate representation of color #05A33C: hue angle of 140.89º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A33C is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 163 | 60 | - |
| CMYK | 0.97 | 0 | 0.63 | 0.36 |
| HSL | 140.89º | 0.94% | 0.33% | - |
| HSV(B) | 140.89º | 0.97% | 0.64% | - |
| XYZ | 13.98 | 26.55 | 8.66 | - |
| YUV | 104.02 | 103.15 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 163 | 60 | 0.97 | 0 | 0.63 | 0.36 | 140.89 | 0.94 | 0.33 |
| Hex | 5 | A3 | 3C | 61 | 0 | 3F | 24 | 8D | 5E | 21 |
| Octal | 5 | 243 | 74 | 141 | 0 | 77 | 44 | 215 | 136 | 41 |
| Binary | 101 | 10100011 | 111100 | 1100001 | 0 | 111111 | 100100 | 10001101 | 1011110 | 100001 |
Color Harmonies of #05A33C
Complementary color
Monochromatic Colors of #05A33C
Black with #05A33C
Text Example
Text Example
White with #05A33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A33C; }
p { color: rgb(5,163,60); }
H1.HeaderClassName
{
color: #05A33C;
}
.AnyTagClassName
{
color: #05A33C;
}
</style>
background-color css
<style>
a { background-color: #05A33C; }
a { background-color: rgb(5,163,60); }
div.DivClassName
{
background-color: #05A33C;
}
.BgClassName
{
background-color: #05A33C;
}
</style>
border-color css
<style>
span { border-color: #05A33C; }
span { border-color: rgb(5,163,60); }
td.TdClassName
{
border-color: #05A33C;
}
.TagClassName
{
border-color: #05A33C;
}
</style>