Shades of Conifer #A8ED42
Tints of Conifer #A8ED42
RGB
CMYK
RGB Variations
Color information
#A8ED42 (or 0xA8ED42) is known color: Conifer. HEX triplet: A8, ED and 42. RGB value is (168,237,66). Sum of RGB (Red+Green+Blue) = 168+237+66=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8ED42 is #5712BD. Grayscale: #C5C5C5. Windows color (decimal): -5706430 or 4386216. OLE color: 4386216.
HSL color Cylindrical-coordinate representation of color #A8ED42: hue angle of 84.21º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8ED42 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 66 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.07 |
| HSL | 84.21º | 0.83% | 0.59% | - |
| HSV(B) | 84.21º | 0.72% | 0.93% | - |
| XYZ | 47.42 | 69.29 | 16.03 | - |
| YUV | 196.88 | 54.14 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 66 | 0.29 | 0 | 0.72 | 0.07 | 84.21 | 0.83 | 0.59 |
| Hex | A8 | ED | 42 | 1D | 0 | 48 | 7 | 54 | 53 | 3B |
| Octal | 250 | 355 | 102 | 35 | 0 | 110 | 7 | 124 | 123 | 73 |
| Binary | 10101000 | 11101101 | 1000010 | 11101 | 0 | 1001000 | 111 | 1010100 | 1010011 | 111011 |
Color Harmonies of #A8ED42
Complementary color
Monochromatic Colors of #A8ED42
Black with #A8ED42
Text Example
Text Example
White with #A8ED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ED42; }
p { color: rgb(168,237,66); }
H1.HeaderClassName
{
color: #A8ED42;
}
.AnyTagClassName
{
color: #A8ED42;
}
</style>
background-color css
<style>
a { background-color: #A8ED42; }
a { background-color: rgb(168,237,66); }
div.DivClassName
{
background-color: #A8ED42;
}
.BgClassName
{
background-color: #A8ED42;
}
</style>
border-color css
<style>
span { border-color: #A8ED42; }
span { border-color: rgb(168,237,66); }
td.TdClassName
{
border-color: #A8ED42;
}
.TagClassName
{
border-color: #A8ED42;
}
</style>