Shades of Fringy Flower #AFF1C4
Tints of Fringy Flower #AFF1C4
RGB
CMYK
RGB Variations
Color information
#AFF1C4 (or 0xAFF1C4) is known color: Fringy Flower. HEX triplet: AF, F1 and C4. RGB value is (175,241,196). Sum of RGB (Red+Green+Blue) = 175+241+196=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1C4 is #500E3B. Grayscale: #D8D8D8. Windows color (decimal): -5246524 or 12906927. OLE color: 12906927.
HSL color Cylindrical-coordinate representation of color #AFF1C4: hue angle of 139.09º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1C4 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 196 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.05 |
| HSL | 139.09º | 0.7% | 0.82% | - |
| HSV(B) | 139.09º | 0.27% | 0.95% | - |
| XYZ | 59.1 | 76.01 | 63.78 | - |
| YUV | 216.14 | 116.63 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 196 | 0.27 | 0 | 0.19 | 0.05 | 139.09 | 0.7 | 0.82 |
| Hex | AF | F1 | C4 | 1B | 0 | 13 | 5 | 8B | 46 | 52 |
| Octal | 257 | 361 | 304 | 33 | 0 | 23 | 5 | 213 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11000100 | 11011 | 0 | 10011 | 101 | 10001011 | 1000110 | 1010010 |
Color Harmonies of #AFF1C4
Complementary color
Monochromatic Colors of #AFF1C4
Black with #AFF1C4
Text Example
Text Example
White with #AFF1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1C4; }
p { color: rgb(175,241,196); }
H1.HeaderClassName
{
color: #AFF1C4;
}
.AnyTagClassName
{
color: #AFF1C4;
}
</style>
background-color css
<style>
a { background-color: #AFF1C4; }
a { background-color: rgb(175,241,196); }
div.DivClassName
{
background-color: #AFF1C4;
}
.BgClassName
{
background-color: #AFF1C4;
}
</style>
border-color css
<style>
span { border-color: #AFF1C4; }
span { border-color: rgb(175,241,196); }
td.TdClassName
{
border-color: #AFF1C4;
}
.TagClassName
{
border-color: #AFF1C4;
}
</style>