Shades of Inch Worm #ADDF02
Tints of Inch Worm #ADDF02
RGB
CMYK
RGB Variations
Color information
#ADDF02 (or 0xADDF02) is known color: Inch Worm. HEX triplet: AD, DF and 02. RGB value is (173,223,2). Sum of RGB (Red+Green+Blue) = 173+223+2=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 223 (87.5% from 255 or 56.03% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDF02 is #5220FD. Grayscale: #B7B7B7. Windows color (decimal): -5382398 or 188333. OLE color: 188333.
HSL color Cylindrical-coordinate representation of color #ADDF02: hue angle of 73.57º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADDF02 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 2 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.13 |
| HSL | 73.57º | 0.98% | 0.44% | - |
| HSV(B) | 73.57º | 0.99% | 0.87% | - |
| XYZ | 43.63 | 61.66 | 9.66 | - |
| YUV | 182.86 | 25.94 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 2 | 0.22 | 0 | 0.99 | 0.13 | 73.57 | 0.98 | 0.44 |
| Hex | AD | DF | 2 | 16 | 0 | 63 | D | 4A | 62 | 2C |
| Octal | 255 | 337 | 2 | 26 | 0 | 143 | 15 | 112 | 142 | 54 |
| Binary | 10101101 | 11011111 | 10 | 10110 | 0 | 1100011 | 1101 | 1001010 | 1100010 | 101100 |
Color Harmonies of #ADDF02
Complementary color
Monochromatic Colors of #ADDF02
Black with #ADDF02
Text Example
Text Example
White with #ADDF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF02; }
p { color: rgb(173,223,2); }
H1.HeaderClassName
{
color: #ADDF02;
}
.AnyTagClassName
{
color: #ADDF02;
}
</style>
background-color css
<style>
a { background-color: #ADDF02; }
a { background-color: rgb(173,223,2); }
div.DivClassName
{
background-color: #ADDF02;
}
.BgClassName
{
background-color: #ADDF02;
}
</style>
border-color css
<style>
span { border-color: #ADDF02; }
span { border-color: rgb(173,223,2); }
td.TdClassName
{
border-color: #ADDF02;
}
.TagClassName
{
border-color: #ADDF02;
}
</style>