Shades of Conifer #A8EF4A
Tints of Conifer #A8EF4A
RGB
CMYK
RGB Variations
Color information
#A8EF4A (or 0xA8EF4A) is known color: Conifer. HEX triplet: A8, EF and 4A. RGB value is (168,239,74). Sum of RGB (Red+Green+Blue) = 168+239+74=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EF4A is #5710B5. Grayscale: #C7C7C7. Windows color (decimal): -5705910 or 4911016. OLE color: 4911016.
HSL color Cylindrical-coordinate representation of color #A8EF4A: hue angle of 85.82º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8EF4A is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 74 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.06 |
| HSL | 85.82º | 0.84% | 0.61% | - |
| HSV(B) | 85.82º | 0.69% | 0.94% | - |
| XYZ | 48.25 | 70.55 | 17.55 | - |
| YUV | 198.96 | 57.48 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 74 | 0.30 | 0 | 0.69 | 0.06 | 85.82 | 0.84 | 0.61 |
| Hex | A8 | EF | 4A | 1E | 0 | 45 | 6 | 56 | 54 | 3D |
| Octal | 250 | 357 | 112 | 36 | 0 | 105 | 6 | 126 | 124 | 75 |
| Binary | 10101000 | 11101111 | 1001010 | 11110 | 0 | 1000101 | 110 | 1010110 | 1010100 | 111101 |
Color Harmonies of #A8EF4A
Complementary color
Monochromatic Colors of #A8EF4A
Black with #A8EF4A
Text Example
Text Example
White with #A8EF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF4A; }
p { color: rgb(168,239,74); }
H1.HeaderClassName
{
color: #A8EF4A;
}
.AnyTagClassName
{
color: #A8EF4A;
}
</style>
background-color css
<style>
a { background-color: #A8EF4A; }
a { background-color: rgb(168,239,74); }
div.DivClassName
{
background-color: #A8EF4A;
}
.BgClassName
{
background-color: #A8EF4A;
}
</style>
border-color css
<style>
span { border-color: #A8EF4A; }
span { border-color: rgb(168,239,74); }
td.TdClassName
{
border-color: #A8EF4A;
}
.TagClassName
{
border-color: #A8EF4A;
}
</style>