Shades of Conifer #AFE93C
Tints of Conifer #AFE93C
RGB
CMYK
RGB Variations
Color information
#AFE93C (or 0xAFE93C) is known color: Conifer. HEX triplet: AF, E9 and 3C. RGB value is (175,233,60). Sum of RGB (Red+Green+Blue) = 175+233+60=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE93C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE93C is #5016C3. Grayscale: #C4C4C4. Windows color (decimal): -5248708 or 3991983. OLE color: 3991983.
HSL color Cylindrical-coordinate representation of color #AFE93C: hue angle of 80.12º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFE93C is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 233 | 60 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.09 |
| HSL | 80.12º | 0.8% | 0.57% | - |
| HSV(B) | 80.12º | 0.74% | 0.91% | - |
| XYZ | 47.63 | 67.72 | 14.84 | - |
| YUV | 195.94 | 51.28 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 60 | 0.25 | 0 | 0.74 | 0.09 | 80.12 | 0.8 | 0.57 |
| Hex | AF | E9 | 3C | 19 | 0 | 4A | 9 | 50 | 50 | 39 |
| Octal | 257 | 351 | 74 | 31 | 0 | 112 | 11 | 120 | 120 | 71 |
| Binary | 10101111 | 11101001 | 111100 | 11001 | 0 | 1001010 | 1001 | 1010000 | 1010000 | 111001 |
Color Harmonies of #AFE93C
Complementary color
Monochromatic Colors of #AFE93C
Black with #AFE93C
Text Example
Text Example
White with #AFE93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE93C; }
p { color: rgb(175,233,60); }
H1.HeaderClassName
{
color: #AFE93C;
}
.AnyTagClassName
{
color: #AFE93C;
}
</style>
background-color css
<style>
a { background-color: #AFE93C; }
a { background-color: rgb(175,233,60); }
div.DivClassName
{
background-color: #AFE93C;
}
.BgClassName
{
background-color: #AFE93C;
}
</style>
border-color css
<style>
span { border-color: #AFE93C; }
span { border-color: rgb(175,233,60); }
td.TdClassName
{
border-color: #AFE93C;
}
.TagClassName
{
border-color: #AFE93C;
}
</style>