Shades of Conifer #AFFB5A
Tints of Conifer #AFFB5A
RGB
CMYK
RGB Variations
Color information
#AFFB5A (or 0xAFFB5A) is known color: Conifer. HEX triplet: AF, FB and 5A. RGB value is (175,251,90). Sum of RGB (Red+Green+Blue) = 175+251+90=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFB5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFB5A is #5004A5. Grayscale: #D2D2D2. Windows color (decimal): -5244070 or 5962671. OLE color: 5962671.
HSL color Cylindrical-coordinate representation of color #AFFB5A: hue angle of 88.32º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFFB5A is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 251 | 90 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.02 |
| HSL | 88.32º | 0.95% | 0.67% | - |
| HSV(B) | 88.32º | 0.64% | 0.98% | - |
| XYZ | 54.02 | 78.85 | 22.04 | - |
| YUV | 209.92 | 60.32 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 251 | 90 | 0.30 | 0 | 0.64 | 0.02 | 88.32 | 0.95 | 0.67 |
| Hex | AF | FB | 5A | 1E | 0 | 40 | 2 | 58 | 5F | 43 |
| Octal | 257 | 373 | 132 | 36 | 0 | 100 | 2 | 130 | 137 | 103 |
| Binary | 10101111 | 11111011 | 1011010 | 11110 | 0 | 1000000 | 10 | 1011000 | 1011111 | 1000011 |
Color Harmonies of #AFFB5A
Complementary color
Monochromatic Colors of #AFFB5A
Black with #AFFB5A
Text Example
Text Example
White with #AFFB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFB5A; }
p { color: rgb(175,251,90); }
H1.HeaderClassName
{
color: #AFFB5A;
}
.AnyTagClassName
{
color: #AFFB5A;
}
</style>
background-color css
<style>
a { background-color: #AFFB5A; }
a { background-color: rgb(175,251,90); }
div.DivClassName
{
background-color: #AFFB5A;
}
.BgClassName
{
background-color: #AFFB5A;
}
</style>
border-color css
<style>
span { border-color: #AFFB5A; }
span { border-color: rgb(175,251,90); }
td.TdClassName
{
border-color: #AFFB5A;
}
.TagClassName
{
border-color: #AFFB5A;
}
</style>