Shades of Sulu #A8FF6C
Tints of Sulu #A8FF6C
RGB
CMYK
RGB Variations
Color information
#A8FF6C (or 0xA8FF6C) is known color: Sulu. HEX triplet: A8, FF and 6C. RGB value is (168,255,108). Sum of RGB (Red+Green+Blue) = 168+255+108=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FF6C is #570093. Grayscale: #D4D4D4. Windows color (decimal): -5701780 or 7143336. OLE color: 7143336.
HSL color Cylindrical-coordinate representation of color #A8FF6C: hue angle of 95.51º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8FF6C is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 108 | - |
| CMYK | 0.34 | 0 | 0.58 | 0 |
| HSL | 95.51º | 1% | 0.71% | - |
| HSV(B) | 95.51º | 0.58% | 1% | - |
| XYZ | 54.62 | 80.93 | 26.93 | - |
| YUV | 212.23 | 69.18 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 108 | 0.34 | 0 | 0.58 | 0 | 95.51 | 1 | 0.71 |
| Hex | A8 | FF | 6C | 22 | 0 | 3A | 0 | 60 | 64 | 47 |
| Octal | 250 | 377 | 154 | 42 | 0 | 72 | 0 | 140 | 144 | 107 |
| Binary | 10101000 | 11111111 | 1101100 | 100010 | 0 | 111010 | 0 | 1100000 | 1100100 | 1000111 |
Color Harmonies of #A8FF6C
Complementary color
Monochromatic Colors of #A8FF6C
Black with #A8FF6C
Text Example
Text Example
White with #A8FF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF6C; }
p { color: rgb(168,255,108); }
H1.HeaderClassName
{
color: #A8FF6C;
}
.AnyTagClassName
{
color: #A8FF6C;
}
</style>
background-color css
<style>
a { background-color: #A8FF6C; }
a { background-color: rgb(168,255,108); }
div.DivClassName
{
background-color: #A8FF6C;
}
.BgClassName
{
background-color: #A8FF6C;
}
</style>
border-color css
<style>
span { border-color: #A8FF6C; }
span { border-color: rgb(168,255,108); }
td.TdClassName
{
border-color: #A8FF6C;
}
.TagClassName
{
border-color: #A8FF6C;
}
</style>