Shades of Sulu #AFE96E
Tints of Sulu #AFE96E
RGB
CMYK
RGB Variations
Color information
#AFE96E (or 0xAFE96E) is known color: Sulu. HEX triplet: AF, E9 and 6E. RGB value is (175,233,110). Sum of RGB (Red+Green+Blue) = 175+233+110=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE96E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE96E is #501691. Grayscale: #CACACA. Windows color (decimal): -5248658 or 7268783. OLE color: 7268783.
HSL color Cylindrical-coordinate representation of color #AFE96E: hue angle of 88.29º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFE96E is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 233 | 110 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.09 |
| HSL | 88.29º | 0.74% | 0.67% | - |
| HSV(B) | 88.29º | 0.53% | 0.91% | - |
| XYZ | 49.63 | 68.52 | 25.36 | - |
| YUV | 201.64 | 76.28 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 110 | 0.25 | 0 | 0.53 | 0.09 | 88.29 | 0.74 | 0.67 |
| Hex | AF | E9 | 6E | 19 | 0 | 35 | 9 | 58 | 4A | 43 |
| Octal | 257 | 351 | 156 | 31 | 0 | 65 | 11 | 130 | 112 | 103 |
| Binary | 10101111 | 11101001 | 1101110 | 11001 | 0 | 110101 | 1001 | 1011000 | 1001010 | 1000011 |
Color Harmonies of #AFE96E
Complementary color
Monochromatic Colors of #AFE96E
Black with #AFE96E
Text Example
Text Example
White with #AFE96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE96E; }
p { color: rgb(175,233,110); }
H1.HeaderClassName
{
color: #AFE96E;
}
.AnyTagClassName
{
color: #AFE96E;
}
</style>
background-color css
<style>
a { background-color: #AFE96E; }
a { background-color: rgb(175,233,110); }
div.DivClassName
{
background-color: #AFE96E;
}
.BgClassName
{
background-color: #AFE96E;
}
</style>
border-color css
<style>
span { border-color: #AFE96E; }
span { border-color: rgb(175,233,110); }
td.TdClassName
{
border-color: #AFE96E;
}
.TagClassName
{
border-color: #AFE96E;
}
</style>