Shades of Yellow Green #A8CB2B
Tints of Yellow Green #A8CB2B
RGB
CMYK
RGB Variations
Color information
#A8CB2B (or 0xA8CB2B) is known color: Yellow Green. HEX triplet: A8, CB and 2B. RGB value is (168,203,43). Sum of RGB (Red+Green+Blue) = 168+203+43=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CB2B is #5734D4. Grayscale: #AEAEAE. Windows color (decimal): -5715157 or 2870184. OLE color: 2870184.
HSL color Cylindrical-coordinate representation of color #A8CB2B: hue angle of 73.12º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8CB2B is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 43 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.20 |
| HSL | 73.13º | 0.65% | 0.48% | - |
| HSV(B) | 73.13º | 0.79% | 0.8% | - |
| XYZ | 37.94 | 51.21 | 10.17 | - |
| YUV | 174.3 | 53.9 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 43 | 0.17 | 0 | 0.79 | 0.20 | 73.13 | 0.65 | 0.48 |
| Hex | A8 | CB | 2B | 11 | 0 | 4F | 14 | 49 | 41 | 30 |
| Octal | 250 | 313 | 53 | 21 | 0 | 117 | 24 | 111 | 101 | 60 |
| Binary | 10101000 | 11001011 | 101011 | 10001 | 0 | 1001111 | 10100 | 1001001 | 1000001 | 110000 |
Color Harmonies of #A8CB2B
Complementary color
Monochromatic Colors of #A8CB2B
Black with #A8CB2B
Text Example
Text Example
White with #A8CB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB2B; }
p { color: rgb(168,203,43); }
H1.HeaderClassName
{
color: #A8CB2B;
}
.AnyTagClassName
{
color: #A8CB2B;
}
</style>
background-color css
<style>
a { background-color: #A8CB2B; }
a { background-color: rgb(168,203,43); }
div.DivClassName
{
background-color: #A8CB2B;
}
.BgClassName
{
background-color: #A8CB2B;
}
</style>
border-color css
<style>
span { border-color: #A8CB2B; }
span { border-color: rgb(168,203,43); }
td.TdClassName
{
border-color: #A8CB2B;
}
.TagClassName
{
border-color: #A8CB2B;
}
</style>