Shades of Conifer #A6E04B
Tints of Conifer #A6E04B
RGB
CMYK
RGB Variations
Color information
#A6E04B (or 0xA6E04B) is known color: Conifer. HEX triplet: A6, E0 and 4B. RGB value is (166,224,75). Sum of RGB (Red+Green+Blue) = 166+224+75=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E04B is #591FB4. Grayscale: #BEBEBE. Windows color (decimal): -5840821 or 4972710. OLE color: 4972710.
HSL color Cylindrical-coordinate representation of color #A6E04B: hue angle of 83.36º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6E04B is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 75 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.12 |
| HSL | 83.36º | 0.71% | 0.59% | - |
| HSV(B) | 83.36º | 0.67% | 0.88% | - |
| XYZ | 43.65 | 61.93 | 16.31 | - |
| YUV | 189.67 | 63.28 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 75 | 0.26 | 0 | 0.67 | 0.12 | 83.36 | 0.71 | 0.59 |
| Hex | A6 | E0 | 4B | 1A | 0 | 43 | C | 53 | 47 | 3B |
| Octal | 246 | 340 | 113 | 32 | 0 | 103 | 14 | 123 | 107 | 73 |
| Binary | 10100110 | 11100000 | 1001011 | 11010 | 0 | 1000011 | 1100 | 1010011 | 1000111 | 111011 |
Color Harmonies of #A6E04B
Complementary color
Monochromatic Colors of #A6E04B
Black with #A6E04B
Text Example
Text Example
White with #A6E04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E04B; }
p { color: rgb(166,224,75); }
H1.HeaderClassName
{
color: #A6E04B;
}
.AnyTagClassName
{
color: #A6E04B;
}
</style>
background-color css
<style>
a { background-color: #A6E04B; }
a { background-color: rgb(166,224,75); }
div.DivClassName
{
background-color: #A6E04B;
}
.BgClassName
{
background-color: #A6E04B;
}
</style>
border-color css
<style>
span { border-color: #A6E04B; }
span { border-color: rgb(166,224,75); }
td.TdClassName
{
border-color: #A6E04B;
}
.TagClassName
{
border-color: #A6E04B;
}
</style>