Shades of Pigment Green #10A33F
Tints of Pigment Green #10A33F
RGB
CMYK
RGB Variations
Color information
#10A33F (or 0x10A33F) is known color: Pigment Green. HEX triplet: 10, A3 and 3F. RGB value is (16,163,63). Sum of RGB (Red+Green+Blue) = 16+163+63=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 163 (64.06% from 255 or 67.36% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 163 - color contains mainly: green. Hex color #10A33F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A33F is #EF5CC0. Grayscale: #6B6B6B. Windows color (decimal): -15686849 or 4170512. OLE color: 4170512.
HSL color Cylindrical-coordinate representation of color #10A33F: hue angle of 139.18º 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 #10A33F is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 163 | 63 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.36 |
| HSL | 139.18º | 0.82% | 0.35% | - |
| HSV(B) | 139.18º | 0.9% | 0.64% | - |
| XYZ | 14.21 | 26.66 | 9.1 | - |
| YUV | 107.65 | 102.8 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 163 | 63 | 0.90 | 0 | 0.61 | 0.36 | 139.18 | 0.82 | 0.35 |
| Hex | 10 | A3 | 3F | 5A | 0 | 3D | 24 | 8B | 52 | 23 |
| Octal | 20 | 243 | 77 | 132 | 0 | 75 | 44 | 213 | 122 | 43 |
| Binary | 10000 | 10100011 | 111111 | 1011010 | 0 | 111101 | 100100 | 10001011 | 1010010 | 100011 |
Color Harmonies of #10A33F
Complementary color
Monochromatic Colors of #10A33F
Black with #10A33F
Text Example
Text Example
White with #10A33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A33F; }
p { color: rgb(16,163,63); }
H1.HeaderClassName
{
color: #10A33F;
}
.AnyTagClassName
{
color: #10A33F;
}
</style>
background-color css
<style>
a { background-color: #10A33F; }
a { background-color: rgb(16,163,63); }
div.DivClassName
{
background-color: #10A33F;
}
.BgClassName
{
background-color: #10A33F;
}
</style>
border-color css
<style>
span { border-color: #10A33F; }
span { border-color: rgb(16,163,63); }
td.TdClassName
{
border-color: #10A33F;
}
.TagClassName
{
border-color: #10A33F;
}
</style>