Shades of Inch Worm #A8D51B
Tints of Inch Worm #A8D51B
RGB
CMYK
RGB Variations
Color information
#A8D51B (or 0xA8D51B) is known color: Inch Worm. HEX triplet: A8, D5 and 1B. RGB value is (168,213,27). Sum of RGB (Red+Green+Blue) = 168+213+27=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D51B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D51B is #572AE4. Grayscale: #B3B3B3. Windows color (decimal): -5712613 or 1824168. OLE color: 1824168.
HSL color Cylindrical-coordinate representation of color #A8D51B: hue angle of 74.52º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8D51B is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 27 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.16 |
| HSL | 74.52º | 0.78% | 0.47% | - |
| HSV(B) | 74.52º | 0.87% | 0.84% | - |
| XYZ | 40.14 | 55.99 | 9.73 | - |
| YUV | 178.34 | 42.59 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 27 | 0.21 | 0 | 0.87 | 0.16 | 74.52 | 0.78 | 0.47 |
| Hex | A8 | D5 | 1B | 15 | 0 | 57 | 10 | 4B | 4E | 2F |
| Octal | 250 | 325 | 33 | 25 | 0 | 127 | 20 | 113 | 116 | 57 |
| Binary | 10101000 | 11010101 | 11011 | 10101 | 0 | 1010111 | 10000 | 1001011 | 1001110 | 101111 |
Color Harmonies of #A8D51B
Complementary color
Monochromatic Colors of #A8D51B
Black with #A8D51B
Text Example
Text Example
White with #A8D51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D51B; }
p { color: rgb(168,213,27); }
H1.HeaderClassName
{
color: #A8D51B;
}
.AnyTagClassName
{
color: #A8D51B;
}
</style>
background-color css
<style>
a { background-color: #A8D51B; }
a { background-color: rgb(168,213,27); }
div.DivClassName
{
background-color: #A8D51B;
}
.BgClassName
{
background-color: #A8D51B;
}
</style>
border-color css
<style>
span { border-color: #A8D51B; }
span { border-color: rgb(168,213,27); }
td.TdClassName
{
border-color: #A8D51B;
}
.TagClassName
{
border-color: #A8D51B;
}
</style>