Shades of Inch Worm #ADDF08
Tints of Inch Worm #ADDF08
RGB
CMYK
RGB Variations
Color information
#ADDF08 (or 0xADDF08) is known color: Inch Worm. HEX triplet: AD, DF and 08. RGB value is (173,223,8). Sum of RGB (Red+Green+Blue) = 173+223+8=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDF08 is #5220F7. Grayscale: #B8B8B8. Windows color (decimal): -5382392 or 581549. OLE color: 581549.
HSL color Cylindrical-coordinate representation of color #ADDF08: hue angle of 73.95º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADDF08 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 8 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.13 |
| HSL | 73.95º | 0.93% | 0.45% | - |
| HSV(B) | 73.95º | 0.96% | 0.87% | - |
| XYZ | 43.67 | 61.68 | 9.83 | - |
| YUV | 183.54 | 28.94 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 8 | 0.22 | 0 | 0.96 | 0.13 | 73.95 | 0.93 | 0.45 |
| Hex | AD | DF | 8 | 16 | 0 | 60 | D | 4A | 5D | 2D |
| Octal | 255 | 337 | 10 | 26 | 0 | 140 | 15 | 112 | 135 | 55 |
| Binary | 10101101 | 11011111 | 1000 | 10110 | 0 | 1100000 | 1101 | 1001010 | 1011101 | 101101 |
Color Harmonies of #ADDF08
Complementary color
Monochromatic Colors of #ADDF08
Black with #ADDF08
Text Example
Text Example
White with #ADDF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF08; }
p { color: rgb(173,223,8); }
H1.HeaderClassName
{
color: #ADDF08;
}
.AnyTagClassName
{
color: #ADDF08;
}
</style>
background-color css
<style>
a { background-color: #ADDF08; }
a { background-color: rgb(173,223,8); }
div.DivClassName
{
background-color: #ADDF08;
}
.BgClassName
{
background-color: #ADDF08;
}
</style>
border-color css
<style>
span { border-color: #ADDF08; }
span { border-color: rgb(173,223,8); }
td.TdClassName
{
border-color: #ADDF08;
}
.TagClassName
{
border-color: #ADDF08;
}
</style>