Shades of Conifer #AFE343
Tints of Conifer #AFE343
RGB
CMYK
RGB Variations
Color information
#AFE343 (or 0xAFE343) is known color: Conifer. HEX triplet: AF, E3 and 43. RGB value is (175,227,67). Sum of RGB (Red+Green+Blue) = 175+227+67=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 67 (26.56% from 255 or 14.29% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE343 is #501CBC. Grayscale: #C1C1C1. Windows color (decimal): -5250237 or 4449199. OLE color: 4449199.
HSL color Cylindrical-coordinate representation of color #AFE343: hue angle of 79.5º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFE343 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 67 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.11 |
| HSL | 79.5º | 0.74% | 0.58% | - |
| HSV(B) | 79.5º | 0.7% | 0.89% | - |
| XYZ | 46.16 | 64.46 | 15.32 | - |
| YUV | 193.21 | 56.77 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 67 | 0.23 | 0 | 0.70 | 0.11 | 79.5 | 0.74 | 0.58 |
| Hex | AF | E3 | 43 | 17 | 0 | 46 | B | 50 | 4A | 3A |
| Octal | 257 | 343 | 103 | 27 | 0 | 106 | 13 | 120 | 112 | 72 |
| Binary | 10101111 | 11100011 | 1000011 | 10111 | 0 | 1000110 | 1011 | 1010000 | 1001010 | 111010 |
Color Harmonies of #AFE343
Complementary color
Monochromatic Colors of #AFE343
Black with #AFE343
Text Example
Text Example
White with #AFE343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE343; }
p { color: rgb(175,227,67); }
H1.HeaderClassName
{
color: #AFE343;
}
.AnyTagClassName
{
color: #AFE343;
}
</style>
background-color css
<style>
a { background-color: #AFE343; }
a { background-color: rgb(175,227,67); }
div.DivClassName
{
background-color: #AFE343;
}
.BgClassName
{
background-color: #AFE343;
}
</style>
border-color css
<style>
span { border-color: #AFE343; }
span { border-color: rgb(175,227,67); }
td.TdClassName
{
border-color: #AFE343;
}
.TagClassName
{
border-color: #AFE343;
}
</style>