Shades of Conifer #AFF054
Tints of Conifer #AFF054
RGB
CMYK
RGB Variations
Color information
#AFF054 (or 0xAFF054) is known color: Conifer. HEX triplet: AF, F0 and 54. RGB value is (175,240,84). Sum of RGB (Red+Green+Blue) = 175+240+84=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF054 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF054 is #500FAB. Grayscale: #CBCBCB. Windows color (decimal): -5246892 or 5566639. OLE color: 5566639.
HSL color Cylindrical-coordinate representation of color #AFF054: hue angle of 85º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFF054 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 84 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.06 |
| HSL | 85º | 0.84% | 0.64% | - |
| HSV(B) | 85º | 0.65% | 0.94% | - |
| XYZ | 50.44 | 72.07 | 19.64 | - |
| YUV | 202.78 | 60.97 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 84 | 0.27 | 0 | 0.65 | 0.06 | 85 | 0.84 | 0.64 |
| Hex | AF | F0 | 54 | 1B | 0 | 41 | 6 | 55 | 54 | 40 |
| Octal | 257 | 360 | 124 | 33 | 0 | 101 | 6 | 125 | 124 | 100 |
| Binary | 10101111 | 11110000 | 1010100 | 11011 | 0 | 1000001 | 110 | 1010101 | 1010100 | 1000000 |
Color Harmonies of #AFF054
Complementary color
Monochromatic Colors of #AFF054
Black with #AFF054
Text Example
Text Example
White with #AFF054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF054; }
p { color: rgb(175,240,84); }
H1.HeaderClassName
{
color: #AFF054;
}
.AnyTagClassName
{
color: #AFF054;
}
</style>
background-color css
<style>
a { background-color: #AFF054; }
a { background-color: rgb(175,240,84); }
div.DivClassName
{
background-color: #AFF054;
}
.BgClassName
{
background-color: #AFF054;
}
</style>
border-color css
<style>
span { border-color: #AFF054; }
span { border-color: rgb(175,240,84); }
td.TdClassName
{
border-color: #AFF054;
}
.TagClassName
{
border-color: #AFF054;
}
</style>