Shades of Dark Pastel Green #10CF24
Tints of Dark Pastel Green #10CF24
RGB
CMYK
RGB Variations
Color information
#10CF24 (or 0x10CF24) is known color: Dark Pastel Green. HEX triplet: 10, CF and 24. RGB value is (16,207,36). Sum of RGB (Red+Green+Blue) = 16+207+36=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 207 (81.25% from 255 or 79.92% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CF24 is #EF30DB. Grayscale: #828282. Windows color (decimal): -15675612 or 2412304. OLE color: 2412304.
HSL color Cylindrical-coordinate representation of color #10CF24: hue angle of 126.28º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CF24 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 36 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.19 |
| HSL | 126.28º | 0.86% | 0.44% | - |
| HSV(B) | 126.28º | 0.92% | 0.81% | - |
| XYZ | 22.84 | 44.86 | 9.12 | - |
| YUV | 130.4 | 74.72 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 36 | 0.92 | 0 | 0.83 | 0.19 | 126.28 | 0.86 | 0.44 |
| Hex | 10 | CF | 24 | 5C | 0 | 53 | 13 | 7E | 56 | 2C |
| Octal | 20 | 317 | 44 | 134 | 0 | 123 | 23 | 176 | 126 | 54 |
| Binary | 10000 | 11001111 | 100100 | 1011100 | 0 | 1010011 | 10011 | 1111110 | 1010110 | 101100 |
Color Harmonies of #10CF24
Complementary color
Monochromatic Colors of #10CF24
Black with #10CF24
Text Example
Text Example
White with #10CF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CF24; }
p { color: rgb(16,207,36); }
H1.HeaderClassName
{
color: #10CF24;
}
.AnyTagClassName
{
color: #10CF24;
}
</style>
background-color css
<style>
a { background-color: #10CF24; }
a { background-color: rgb(16,207,36); }
div.DivClassName
{
background-color: #10CF24;
}
.BgClassName
{
background-color: #10CF24;
}
</style>
border-color css
<style>
span { border-color: #10CF24; }
span { border-color: rgb(16,207,36); }
td.TdClassName
{
border-color: #10CF24;
}
.TagClassName
{
border-color: #10CF24;
}
</style>