Shades of Dark Pastel Green #0AC748
Tints of Dark Pastel Green #0AC748
RGB
CMYK
RGB Variations
Color information
#0AC748 (or 0x0AC748) is known color: Dark Pastel Green. HEX triplet: 0A, C7 and 48. RGB value is (10,199,72). Sum of RGB (Red+Green+Blue) = 10+199+72=281 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.56% from 281); Green value is 199 (78.12% from 255 or 70.82% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC748 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC748 is #F538B7. Grayscale: #808080. Windows color (decimal): -16070840 or 4769546. OLE color: 4769546.
HSL color Cylindrical-coordinate representation of color #0AC748: hue angle of 139.68º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC748 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 199 | 72 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.22 |
| HSL | 139.68º | 0.9% | 0.41% | - |
| HSV(B) | 139.68º | 0.95% | 0.78% | - |
| XYZ | 21.72 | 41.38 | 12.97 | - |
| YUV | 128.01 | 96.38 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 199 | 72 | 0.95 | 0 | 0.64 | 0.22 | 139.68 | 0.9 | 0.41 |
| Hex | A | C7 | 48 | 5F | 0 | 40 | 16 | 8C | 5A | 29 |
| Octal | 12 | 307 | 110 | 137 | 0 | 100 | 26 | 214 | 132 | 51 |
| Binary | 1010 | 11000111 | 1001000 | 1011111 | 0 | 1000000 | 10110 | 10001100 | 1011010 | 101001 |
Color Harmonies of #0AC748
Complementary color
Monochromatic Colors of #0AC748
Black with #0AC748
Text Example
Text Example
White with #0AC748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC748; }
p { color: rgb(10,199,72); }
H1.HeaderClassName
{
color: #0AC748;
}
.AnyTagClassName
{
color: #0AC748;
}
</style>
background-color css
<style>
a { background-color: #0AC748; }
a { background-color: rgb(10,199,72); }
div.DivClassName
{
background-color: #0AC748;
}
.BgClassName
{
background-color: #0AC748;
}
</style>
border-color css
<style>
span { border-color: #0AC748; }
span { border-color: rgb(10,199,72); }
td.TdClassName
{
border-color: #0AC748;
}
.TagClassName
{
border-color: #0AC748;
}
</style>