Shades of Dark Pastel Green #0ACD1B
Tints of Dark Pastel Green #0ACD1B
RGB
CMYK
RGB Variations
Color information
#0ACD1B (or 0x0ACD1B) is known color: Dark Pastel Green. HEX triplet: 0A, CD and 1B. RGB value is (10,205,27). Sum of RGB (Red+Green+Blue) = 10+205+27=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 205 (80.47% from 255 or 84.71% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACD1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACD1B is #F532E4. Grayscale: #7E7E7E. Windows color (decimal): -16069349 or 1821962. OLE color: 1821962.
HSL color Cylindrical-coordinate representation of color #0ACD1B: hue angle of 125.23º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACD1B is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 205 | 27 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.20 |
| HSL | 125.23º | 0.91% | 0.42% | - |
| HSV(B) | 125.23º | 0.95% | 0.8% | - |
| XYZ | 22.15 | 43.81 | 8.32 | - |
| YUV | 126.4 | 71.9 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 205 | 27 | 0.95 | 0 | 0.87 | 0.20 | 125.23 | 0.91 | 0.42 |
| Hex | A | CD | 1B | 5F | 0 | 57 | 14 | 7D | 5B | 2A |
| Octal | 12 | 315 | 33 | 137 | 0 | 127 | 24 | 175 | 133 | 52 |
| Binary | 1010 | 11001101 | 11011 | 1011111 | 0 | 1010111 | 10100 | 1111101 | 1011011 | 101010 |
Color Harmonies of #0ACD1B
Complementary color
Monochromatic Colors of #0ACD1B
Black with #0ACD1B
Text Example
Text Example
White with #0ACD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACD1B; }
p { color: rgb(10,205,27); }
H1.HeaderClassName
{
color: #0ACD1B;
}
.AnyTagClassName
{
color: #0ACD1B;
}
</style>
background-color css
<style>
a { background-color: #0ACD1B; }
a { background-color: rgb(10,205,27); }
div.DivClassName
{
background-color: #0ACD1B;
}
.BgClassName
{
background-color: #0ACD1B;
}
</style>
border-color css
<style>
span { border-color: #0ACD1B; }
span { border-color: rgb(10,205,27); }
td.TdClassName
{
border-color: #0ACD1B;
}
.TagClassName
{
border-color: #0ACD1B;
}
</style>