Shades of Conifer #A8ED4B
Tints of Conifer #A8ED4B
RGB
CMYK
RGB Variations
Color information
#A8ED4B (or 0xA8ED4B) is known color: Conifer. HEX triplet: A8, ED and 4B. RGB value is (168,237,75). Sum of RGB (Red+Green+Blue) = 168+237+75=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8ED4B is #5712B4. Grayscale: #C6C6C6. Windows color (decimal): -5706421 or 4976040. OLE color: 4976040.
HSL color Cylindrical-coordinate representation of color #A8ED4B: hue angle of 85.56º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8ED4B is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 75 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.07 |
| HSL | 85.56º | 0.82% | 0.61% | - |
| HSV(B) | 85.56º | 0.68% | 0.93% | - |
| XYZ | 47.7 | 69.4 | 17.54 | - |
| YUV | 197.9 | 58.64 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 75 | 0.29 | 0 | 0.68 | 0.07 | 85.56 | 0.82 | 0.61 |
| Hex | A8 | ED | 4B | 1D | 0 | 44 | 7 | 56 | 52 | 3D |
| Octal | 250 | 355 | 113 | 35 | 0 | 104 | 7 | 126 | 122 | 75 |
| Binary | 10101000 | 11101101 | 1001011 | 11101 | 0 | 1000100 | 111 | 1010110 | 1010010 | 111101 |
Color Harmonies of #A8ED4B
Complementary color
Monochromatic Colors of #A8ED4B
Black with #A8ED4B
Text Example
Text Example
White with #A8ED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ED4B; }
p { color: rgb(168,237,75); }
H1.HeaderClassName
{
color: #A8ED4B;
}
.AnyTagClassName
{
color: #A8ED4B;
}
</style>
background-color css
<style>
a { background-color: #A8ED4B; }
a { background-color: rgb(168,237,75); }
div.DivClassName
{
background-color: #A8ED4B;
}
.BgClassName
{
background-color: #A8ED4B;
}
</style>
border-color css
<style>
span { border-color: #A8ED4B; }
span { border-color: rgb(168,237,75); }
td.TdClassName
{
border-color: #A8ED4B;
}
.TagClassName
{
border-color: #A8ED4B;
}
</style>