Shades of Dark Pastel Green #1ACF3D
Tints of Dark Pastel Green #1ACF3D
RGB
CMYK
RGB Variations
Color information
#1ACF3D (or 0x1ACF3D) is known color: Dark Pastel Green. HEX triplet: 1A, CF and 3D. RGB value is (26,207,61). Sum of RGB (Red+Green+Blue) = 26+207+61=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 207 (81.25% from 255 or 70.41% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACF3D is #E530C2. Grayscale: #888888. Windows color (decimal): -15020227 or 4050714. OLE color: 4050714.
HSL color Cylindrical-coordinate representation of color #1ACF3D: hue angle of 131.6º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACF3D is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 61 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.19 |
| HSL | 131.6º | 0.78% | 0.46% | - |
| HSV(B) | 131.6º | 0.87% | 0.81% | - |
| XYZ | 23.58 | 45.18 | 11.89 | - |
| YUV | 136.24 | 85.53 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 61 | 0.87 | 0 | 0.71 | 0.19 | 131.6 | 0.78 | 0.46 |
| Hex | 1A | CF | 3D | 57 | 0 | 47 | 13 | 84 | 4E | 2E |
| Octal | 32 | 317 | 75 | 127 | 0 | 107 | 23 | 204 | 116 | 56 |
| Binary | 11010 | 11001111 | 111101 | 1010111 | 0 | 1000111 | 10011 | 10000100 | 1001110 | 101110 |
Color Harmonies of #1ACF3D
Complementary color
Monochromatic Colors of #1ACF3D
Black with #1ACF3D
Text Example
Text Example
White with #1ACF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACF3D; }
p { color: rgb(26,207,61); }
H1.HeaderClassName
{
color: #1ACF3D;
}
.AnyTagClassName
{
color: #1ACF3D;
}
</style>
background-color css
<style>
a { background-color: #1ACF3D; }
a { background-color: rgb(26,207,61); }
div.DivClassName
{
background-color: #1ACF3D;
}
.BgClassName
{
background-color: #1ACF3D;
}
</style>
border-color css
<style>
span { border-color: #1ACF3D; }
span { border-color: rgb(26,207,61); }
td.TdClassName
{
border-color: #1ACF3D;
}
.TagClassName
{
border-color: #1ACF3D;
}
</style>