Shades of Conifer #AFFE5E
Tints of Conifer #AFFE5E
RGB
CMYK
RGB Variations
Color information
#AFFE5E (or 0xAFFE5E) is known color: Conifer. HEX triplet: AF, FE and 5E. RGB value is (175,254,94). Sum of RGB (Red+Green+Blue) = 175+254+94=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFE5E is #5001A1. Grayscale: #D4D4D4. Windows color (decimal): -5243298 or 6225583. OLE color: 6225583.
HSL color Cylindrical-coordinate representation of color #AFFE5E: hue angle of 89.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFFE5E is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
RGB | 175 | 254 | 94 | - |
CMYK | 0.31 | 0 | 0.63 | 0.00 |
HSL | 89.63º | 0.99% | 0.68% | - |
HSV(B) | 89.63º | 0.63% | 1% | - |
XYZ | 55.14 | 80.81 | 23.28 | - |
YUV | 212.14 | 61.33 | 101.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 254 | 94 | 0.31 | 0 | 0.63 | 0.00 | 89.63 | 0.99 | 0.68 |
Hex | AF | FE | 5E | 1F | 0 | 3F | 0 | 5A | 63 | 44 |
Octal | 257 | 376 | 136 | 37 | 0 | 77 | 0 | 132 | 143 | 104 |
Binary | 10101111 | 11111110 | 1011110 | 11111 | 0 | 111111 | 0 | 1011010 | 1100011 | 1000100 |
Color Harmonies of #AFFE5E
Complementary color
Monochromatic Colors of #AFFE5E
Black with #AFFE5E
Text Example
Text Example
White with #AFFE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFE5E; }
p { color: rgb(175,254,94); }
H1.HeaderClassName
{
color: #AFFE5E;
}
.AnyTagClassName
{
color: #AFFE5E;
}
</style>
background-color css
<style>
a { background-color: #AFFE5E; }
a { background-color: rgb(175,254,94); }
div.DivClassName
{
background-color: #AFFE5E;
}
.BgClassName
{
background-color: #AFFE5E;
}
</style>
border-color css
<style>
span { border-color: #AFFE5E; }
span { border-color: rgb(175,254,94); }
td.TdClassName
{
border-color: #AFFE5E;
}
.TagClassName
{
border-color: #AFFE5E;
}
</style>