Shades of Conifer #A0EF4B
Tints of Conifer #A0EF4B
RGB
CMYK
RGB Variations
Color information
#A0EF4B (or 0xA0EF4B) is known color: Conifer. HEX triplet: A0, EF and 4B. RGB value is (160,239,75). Sum of RGB (Red+Green+Blue) = 160+239+75=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EF4B is #5F10B4. Grayscale: #C5C5C5. Windows color (decimal): -6230197 or 4976544. OLE color: 4976544.
HSL color Cylindrical-coordinate representation of color #A0EF4B: hue angle of 88.9º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0EF4B is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 75 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.06 |
| HSL | 88.9º | 0.84% | 0.62% | - |
| HSV(B) | 88.9º | 0.69% | 0.94% | - |
| XYZ | 46.63 | 69.71 | 17.66 | - |
| YUV | 196.68 | 59.33 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 75 | 0.33 | 0 | 0.69 | 0.06 | 88.9 | 0.84 | 0.62 |
| Hex | A0 | EF | 4B | 21 | 0 | 45 | 6 | 59 | 54 | 3E |
| Octal | 240 | 357 | 113 | 41 | 0 | 105 | 6 | 131 | 124 | 76 |
| Binary | 10100000 | 11101111 | 1001011 | 100001 | 0 | 1000101 | 110 | 1011001 | 1010100 | 111110 |
Color Harmonies of #A0EF4B
Complementary color
Monochromatic Colors of #A0EF4B
Black with #A0EF4B
Text Example
Text Example
White with #A0EF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF4B; }
p { color: rgb(160,239,75); }
H1.HeaderClassName
{
color: #A0EF4B;
}
.AnyTagClassName
{
color: #A0EF4B;
}
</style>
background-color css
<style>
a { background-color: #A0EF4B; }
a { background-color: rgb(160,239,75); }
div.DivClassName
{
background-color: #A0EF4B;
}
.BgClassName
{
background-color: #A0EF4B;
}
</style>
border-color css
<style>
span { border-color: #A0EF4B; }
span { border-color: rgb(160,239,75); }
td.TdClassName
{
border-color: #A0EF4B;
}
.TagClassName
{
border-color: #A0EF4B;
}
</style>