Shades of Conifer #AFF55A
Tints of Conifer #AFF55A
RGB
CMYK
RGB Variations
Color information
#AFF55A (or 0xAFF55A) is known color: Conifer. HEX triplet: AF, F5 and 5A. RGB value is (175,245,90). Sum of RGB (Red+Green+Blue) = 175+245+90=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF55A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF55A is #500AA5. Grayscale: #CECECE. Windows color (decimal): -5245606 or 5961135. OLE color: 5961135.
HSL color Cylindrical-coordinate representation of color #AFF55A: hue angle of 87.1º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFF55A is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 90 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.04 |
| HSL | 87.1º | 0.89% | 0.66% | - |
| HSV(B) | 87.1º | 0.63% | 0.96% | - |
| XYZ | 52.18 | 75.16 | 21.43 | - |
| YUV | 206.4 | 62.31 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 90 | 0.29 | 0 | 0.63 | 0.04 | 87.1 | 0.89 | 0.66 |
| Hex | AF | F5 | 5A | 1D | 0 | 3F | 4 | 57 | 59 | 42 |
| Octal | 257 | 365 | 132 | 35 | 0 | 77 | 4 | 127 | 131 | 102 |
| Binary | 10101111 | 11110101 | 1011010 | 11101 | 0 | 111111 | 100 | 1010111 | 1011001 | 1000010 |
Color Harmonies of #AFF55A
Complementary color
Monochromatic Colors of #AFF55A
Black with #AFF55A
Text Example
Text Example
White with #AFF55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF55A; }
p { color: rgb(175,245,90); }
H1.HeaderClassName
{
color: #AFF55A;
}
.AnyTagClassName
{
color: #AFF55A;
}
</style>
background-color css
<style>
a { background-color: #AFF55A; }
a { background-color: rgb(175,245,90); }
div.DivClassName
{
background-color: #AFF55A;
}
.BgClassName
{
background-color: #AFF55A;
}
</style>
border-color css
<style>
span { border-color: #AFF55A; }
span { border-color: rgb(175,245,90); }
td.TdClassName
{
border-color: #AFF55A;
}
.TagClassName
{
border-color: #AFF55A;
}
</style>