Shades of Sulu #ABFA6C
Tints of Sulu #ABFA6C
RGB
CMYK
RGB Variations
Color information
#ABFA6C (or 0xABFA6C) is known color: Sulu. HEX triplet: AB, FA and 6C. RGB value is (171,250,108). Sum of RGB (Red+Green+Blue) = 171+250+108=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFA6C is #540593. Grayscale: #D2D2D2. Windows color (decimal): -5506452 or 7142059. OLE color: 7142059.
HSL color Cylindrical-coordinate representation of color #ABFA6C: hue angle of 93.38º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABFA6C is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 108 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.02 |
| HSL | 93.38º | 0.93% | 0.7% | - |
| HSV(B) | 93.38º | 0.57% | 0.98% | - |
| XYZ | 53.69 | 78.11 | 26.43 | - |
| YUV | 210.19 | 70.33 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 108 | 0.32 | 0 | 0.57 | 0.02 | 93.38 | 0.93 | 0.7 |
| Hex | AB | FA | 6C | 20 | 0 | 39 | 2 | 5D | 5D | 46 |
| Octal | 253 | 372 | 154 | 40 | 0 | 71 | 2 | 135 | 135 | 106 |
| Binary | 10101011 | 11111010 | 1101100 | 100000 | 0 | 111001 | 10 | 1011101 | 1011101 | 1000110 |
Color Harmonies of #ABFA6C
Complementary color
Monochromatic Colors of #ABFA6C
Black with #ABFA6C
Text Example
Text Example
White with #ABFA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFA6C; }
p { color: rgb(171,250,108); }
H1.HeaderClassName
{
color: #ABFA6C;
}
.AnyTagClassName
{
color: #ABFA6C;
}
</style>
background-color css
<style>
a { background-color: #ABFA6C; }
a { background-color: rgb(171,250,108); }
div.DivClassName
{
background-color: #ABFA6C;
}
.BgClassName
{
background-color: #ABFA6C;
}
</style>
border-color css
<style>
span { border-color: #ABFA6C; }
span { border-color: rgb(171,250,108); }
td.TdClassName
{
border-color: #ABFA6C;
}
.TagClassName
{
border-color: #ABFA6C;
}
</style>