Shades of Dark Pastel Green #1AB83C
Tints of Dark Pastel Green #1AB83C
RGB
CMYK
RGB Variations
Color information
#1AB83C (or 0x1AB83C) is known color: Dark Pastel Green. HEX triplet: 1A, B8 and 3C. RGB value is (26,184,60). Sum of RGB (Red+Green+Blue) = 26+184+60=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 184 (72.27% from 255 or 68.15% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 184 - color contains mainly: green. Hex color #1AB83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB83C is #E547C3. Grayscale: #7A7A7A. Windows color (decimal): -15026116 or 3979290. OLE color: 3979290.
HSL color Cylindrical-coordinate representation of color #1AB83C: hue angle of 132.91º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB83C is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 184 | 60 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.28 |
| HSL | 132.91º | 0.75% | 0.41% | - |
| HSV(B) | 132.91º | 0.86% | 0.72% | - |
| XYZ | 18.38 | 34.83 | 10.03 | - |
| YUV | 122.62 | 92.65 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 184 | 60 | 0.86 | 0 | 0.67 | 0.28 | 132.91 | 0.75 | 0.41 |
| Hex | 1A | B8 | 3C | 56 | 0 | 43 | 1C | 85 | 4B | 29 |
| Octal | 32 | 270 | 74 | 126 | 0 | 103 | 34 | 205 | 113 | 51 |
| Binary | 11010 | 10111000 | 111100 | 1010110 | 0 | 1000011 | 11100 | 10000101 | 1001011 | 101001 |
Color Harmonies of #1AB83C
Complementary color
Monochromatic Colors of #1AB83C
Black with #1AB83C
Text Example
Text Example
White with #1AB83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB83C; }
p { color: rgb(26,184,60); }
H1.HeaderClassName
{
color: #1AB83C;
}
.AnyTagClassName
{
color: #1AB83C;
}
</style>
background-color css
<style>
a { background-color: #1AB83C; }
a { background-color: rgb(26,184,60); }
div.DivClassName
{
background-color: #1AB83C;
}
.BgClassName
{
background-color: #1AB83C;
}
</style>
border-color css
<style>
span { border-color: #1AB83C; }
span { border-color: rgb(26,184,60); }
td.TdClassName
{
border-color: #1AB83C;
}
.TagClassName
{
border-color: #1AB83C;
}
</style>