Shades of Dark Pastel Green #0FA435
Tints of Dark Pastel Green #0FA435
RGB
CMYK
RGB Variations
Color information
#0FA435 (or 0x0FA435) is known color: Dark Pastel Green. HEX triplet: 0F, A4 and 35. RGB value is (15,164,53). Sum of RGB (Red+Green+Blue) = 15+164+53=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 164 (64.45% from 255 or 70.69% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA435 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA435 is #F05BCA. Grayscale: #6B6B6B. Windows color (decimal): -15752139 or 3515407. OLE color: 3515407.
HSL color Cylindrical-coordinate representation of color #0FA435: hue angle of 135.3º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA435 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 164 | 53 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.36 |
| HSL | 135.3º | 0.83% | 0.35% | - |
| HSV(B) | 135.3º | 0.91% | 0.64% | - |
| XYZ | 14.12 | 26.91 | 7.82 | - |
| YUV | 106.8 | 97.64 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 164 | 53 | 0.91 | 0 | 0.68 | 0.36 | 135.3 | 0.83 | 0.35 |
| Hex | F | A4 | 35 | 5B | 0 | 44 | 24 | 87 | 53 | 23 |
| Octal | 17 | 244 | 65 | 133 | 0 | 104 | 44 | 207 | 123 | 43 |
| Binary | 1111 | 10100100 | 110101 | 1011011 | 0 | 1000100 | 100100 | 10000111 | 1010011 | 100011 |
Color Harmonies of #0FA435
Complementary color
Monochromatic Colors of #0FA435
Black with #0FA435
Text Example
Text Example
White with #0FA435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA435; }
p { color: rgb(15,164,53); }
H1.HeaderClassName
{
color: #0FA435;
}
.AnyTagClassName
{
color: #0FA435;
}
</style>
background-color css
<style>
a { background-color: #0FA435; }
a { background-color: rgb(15,164,53); }
div.DivClassName
{
background-color: #0FA435;
}
.BgClassName
{
background-color: #0FA435;
}
</style>
border-color css
<style>
span { border-color: #0FA435; }
span { border-color: rgb(15,164,53); }
td.TdClassName
{
border-color: #0FA435;
}
.TagClassName
{
border-color: #0FA435;
}
</style>