Shades of Conifer #AFF64A
Tints of Conifer #AFF64A
RGB
CMYK
RGB Variations
Color information
#AFF64A (or 0xAFF64A) is known color: Conifer. HEX triplet: AF, F6 and 4A. RGB value is (175,246,74). Sum of RGB (Red+Green+Blue) = 175+246+74=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF64A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF64A is #5009B5. Grayscale: #CDCDCD. Windows color (decimal): -5245366 or 4912815. OLE color: 4912815.
HSL color Cylindrical-coordinate representation of color #AFF64A: hue angle of 84.77º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFF64A is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 74 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.04 |
| HSL | 84.77º | 0.91% | 0.63% | - |
| HSV(B) | 84.77º | 0.7% | 0.96% | - |
| XYZ | 51.87 | 75.52 | 18.32 | - |
| YUV | 205.16 | 53.98 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 74 | 0.29 | 0 | 0.70 | 0.04 | 84.77 | 0.91 | 0.63 |
| Hex | AF | F6 | 4A | 1D | 0 | 46 | 4 | 55 | 5B | 3F |
| Octal | 257 | 366 | 112 | 35 | 0 | 106 | 4 | 125 | 133 | 77 |
| Binary | 10101111 | 11110110 | 1001010 | 11101 | 0 | 1000110 | 100 | 1010101 | 1011011 | 111111 |
Color Harmonies of #AFF64A
Complementary color
Monochromatic Colors of #AFF64A
Black with #AFF64A
Text Example
Text Example
White with #AFF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF64A; }
p { color: rgb(175,246,74); }
H1.HeaderClassName
{
color: #AFF64A;
}
.AnyTagClassName
{
color: #AFF64A;
}
</style>
background-color css
<style>
a { background-color: #AFF64A; }
a { background-color: rgb(175,246,74); }
div.DivClassName
{
background-color: #AFF64A;
}
.BgClassName
{
background-color: #AFF64A;
}
</style>
border-color css
<style>
span { border-color: #AFF64A; }
span { border-color: rgb(175,246,74); }
td.TdClassName
{
border-color: #AFF64A;
}
.TagClassName
{
border-color: #AFF64A;
}
</style>