Shades of Sulu #AFF26C
Tints of Sulu #AFF26C
RGB
CMYK
RGB Variations
Color information
#AFF26C (or 0xAFF26C) is known color: Sulu. HEX triplet: AF, F2 and 6C. RGB value is (175,242,108). Sum of RGB (Red+Green+Blue) = 175+242+108=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF26C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF26C is #500D93. Grayscale: #CFCFCF. Windows color (decimal): -5246356 or 7140015. OLE color: 7140015.
HSL color Cylindrical-coordinate representation of color #AFF26C: hue angle of 90º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFF26C is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 108 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.05 |
| HSL | 90º | 0.84% | 0.69% | - |
| HSV(B) | 90º | 0.55% | 0.95% | - |
| XYZ | 52.14 | 73.7 | 25.67 | - |
| YUV | 206.69 | 72.3 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 108 | 0.28 | 0 | 0.55 | 0.05 | 90 | 0.84 | 0.69 |
| Hex | AF | F2 | 6C | 1C | 0 | 37 | 5 | 5A | 54 | 45 |
| Octal | 257 | 362 | 154 | 34 | 0 | 67 | 5 | 132 | 124 | 105 |
| Binary | 10101111 | 11110010 | 1101100 | 11100 | 0 | 110111 | 101 | 1011010 | 1010100 | 1000101 |
Color Harmonies of #AFF26C
Complementary color
Monochromatic Colors of #AFF26C
Black with #AFF26C
Text Example
Text Example
White with #AFF26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF26C; }
p { color: rgb(175,242,108); }
H1.HeaderClassName
{
color: #AFF26C;
}
.AnyTagClassName
{
color: #AFF26C;
}
</style>
background-color css
<style>
a { background-color: #AFF26C; }
a { background-color: rgb(175,242,108); }
div.DivClassName
{
background-color: #AFF26C;
}
.BgClassName
{
background-color: #AFF26C;
}
</style>
border-color css
<style>
span { border-color: #AFF26C; }
span { border-color: rgb(175,242,108); }
td.TdClassName
{
border-color: #AFF26C;
}
.TagClassName
{
border-color: #AFF26C;
}
</style>