Shades of Sulu #A8FE6C
Tints of Sulu #A8FE6C
RGB
CMYK
RGB Variations
Color information
#A8FE6C (or 0xA8FE6C) is known color: Sulu. HEX triplet: A8, FE and 6C. RGB value is (168,254,108). Sum of RGB (Red+Green+Blue) = 168+254+108=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FE6C is #570193. Grayscale: #D4D4D4. Windows color (decimal): -5702036 or 7143080. OLE color: 7143080.
HSL color Cylindrical-coordinate representation of color #A8FE6C: hue angle of 95.34º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8FE6C is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 108 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.00 |
| HSL | 95.34º | 0.99% | 0.71% | - |
| HSV(B) | 95.34º | 0.57% | 1% | - |
| XYZ | 54.3 | 80.29 | 26.82 | - |
| YUV | 211.64 | 69.51 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 108 | 0.34 | 0 | 0.57 | 0.00 | 95.34 | 0.99 | 0.71 |
| Hex | A8 | FE | 6C | 22 | 0 | 39 | 0 | 5F | 63 | 47 |
| Octal | 250 | 376 | 154 | 42 | 0 | 71 | 0 | 137 | 143 | 107 |
| Binary | 10101000 | 11111110 | 1101100 | 100010 | 0 | 111001 | 0 | 1011111 | 1100011 | 1000111 |
Color Harmonies of #A8FE6C
Complementary color
Monochromatic Colors of #A8FE6C
Black with #A8FE6C
Text Example
Text Example
White with #A8FE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FE6C; }
p { color: rgb(168,254,108); }
H1.HeaderClassName
{
color: #A8FE6C;
}
.AnyTagClassName
{
color: #A8FE6C;
}
</style>
background-color css
<style>
a { background-color: #A8FE6C; }
a { background-color: rgb(168,254,108); }
div.DivClassName
{
background-color: #A8FE6C;
}
.BgClassName
{
background-color: #A8FE6C;
}
</style>
border-color css
<style>
span { border-color: #A8FE6C; }
span { border-color: rgb(168,254,108); }
td.TdClassName
{
border-color: #A8FE6C;
}
.TagClassName
{
border-color: #A8FE6C;
}
</style>