Shades of Pigment Green #10A33D
Tints of Pigment Green #10A33D
RGB
CMYK
RGB Variations
Color information
#10A33D (or 0x10A33D) is known color: Pigment Green. HEX triplet: 10, A3 and 3D. RGB value is (16,163,61). Sum of RGB (Red+Green+Blue) = 16+163+61=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 163 (64.06% from 255 or 67.92% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 163 - color contains mainly: green. Hex color #10A33D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A33D is #EF5CC2. Grayscale: #6B6B6B. Windows color (decimal): -15686851 or 4039440. OLE color: 4039440.
HSL color Cylindrical-coordinate representation of color #10A33D: hue angle of 138.37º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A33D is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 163 | 61 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.36 |
| HSL | 138.37º | 0.82% | 0.35% | - |
| HSV(B) | 138.37º | 0.9% | 0.64% | - |
| XYZ | 14.15 | 26.64 | 8.81 | - |
| YUV | 107.42 | 101.8 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 163 | 61 | 0.90 | 0 | 0.63 | 0.36 | 138.37 | 0.82 | 0.35 |
| Hex | 10 | A3 | 3D | 5A | 0 | 3F | 24 | 8A | 52 | 23 |
| Octal | 20 | 243 | 75 | 132 | 0 | 77 | 44 | 212 | 122 | 43 |
| Binary | 10000 | 10100011 | 111101 | 1011010 | 0 | 111111 | 100100 | 10001010 | 1010010 | 100011 |
Color Harmonies of #10A33D
Complementary color
Monochromatic Colors of #10A33D
Black with #10A33D
Text Example
Text Example
White with #10A33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A33D; }
p { color: rgb(16,163,61); }
H1.HeaderClassName
{
color: #10A33D;
}
.AnyTagClassName
{
color: #10A33D;
}
</style>
background-color css
<style>
a { background-color: #10A33D; }
a { background-color: rgb(16,163,61); }
div.DivClassName
{
background-color: #10A33D;
}
.BgClassName
{
background-color: #10A33D;
}
</style>
border-color css
<style>
span { border-color: #10A33D; }
span { border-color: rgb(16,163,61); }
td.TdClassName
{
border-color: #10A33D;
}
.TagClassName
{
border-color: #10A33D;
}
</style>