Shades of Conifer #A8EE4B
Tints of Conifer #A8EE4B
RGB
CMYK
RGB Variations
Color information
#A8EE4B (or 0xA8EE4B) is known color: Conifer. HEX triplet: A8, EE and 4B. RGB value is (168,238,75). Sum of RGB (Red+Green+Blue) = 168+238+75=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EE4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EE4B is #5711B4. Grayscale: #C7C7C7. Windows color (decimal): -5706165 or 4976296. OLE color: 4976296.
HSL color Cylindrical-coordinate representation of color #A8EE4B: hue angle of 85.77º degrees, saturation: 0.83, 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 #A8EE4B is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 75 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.07 |
| HSL | 85.77º | 0.83% | 0.61% | - |
| HSV(B) | 85.77º | 0.68% | 0.93% | - |
| XYZ | 47.99 | 69.98 | 17.63 | - |
| YUV | 198.49 | 58.31 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 75 | 0.29 | 0 | 0.68 | 0.07 | 85.77 | 0.83 | 0.61 |
| Hex | A8 | EE | 4B | 1D | 0 | 44 | 7 | 56 | 53 | 3D |
| Octal | 250 | 356 | 113 | 35 | 0 | 104 | 7 | 126 | 123 | 75 |
| Binary | 10101000 | 11101110 | 1001011 | 11101 | 0 | 1000100 | 111 | 1010110 | 1010011 | 111101 |
Color Harmonies of #A8EE4B
Complementary color
Monochromatic Colors of #A8EE4B
Black with #A8EE4B
Text Example
Text Example
White with #A8EE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EE4B; }
p { color: rgb(168,238,75); }
H1.HeaderClassName
{
color: #A8EE4B;
}
.AnyTagClassName
{
color: #A8EE4B;
}
</style>
background-color css
<style>
a { background-color: #A8EE4B; }
a { background-color: rgb(168,238,75); }
div.DivClassName
{
background-color: #A8EE4B;
}
.BgClassName
{
background-color: #A8EE4B;
}
</style>
border-color css
<style>
span { border-color: #A8EE4B; }
span { border-color: rgb(168,238,75); }
td.TdClassName
{
border-color: #A8EE4B;
}
.TagClassName
{
border-color: #A8EE4B;
}
</style>