#ADDF10

Color #ADDF10 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #ADDF10

Tints of Inch Worm #ADDF10

Color information

#ADDF10 (or 0xADDF10) is unknown color: approx Inch Worm. HEX triplet: AD, DF and 10. RGB value is (173,223,16). Sum of RGB (Red+Green+Blue) = 173+223+16=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 223 (87.5% from 255 or 54.13% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDF10 is #5220EF. Grayscale: #B9B9B9. Windows color (decimal): -5382384 or 1105837. OLE color: 1105837.

HSL color Cylindrical-coordinate representation of color #ADDF10: hue angle of 74.49º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADDF10 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB17322316-
CMYK0.2200.930.13
HSL74.49º86.61%46.86%-
HSV(B)74.49º92.83%87.45%-
XYZ43.7161.710.09-
YUV184.4532.94119.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 223 (87.5% from 255) = 54.13%
BLUE value IS 16 (6.64% from 255) = 3.88%
R=41.99%
G=54.13%
B=3.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173223160.2200.930.1374.4986.6146.86
HexADDF101605DD4a572f
Octal255337202601351511212757
Binary1010110111011111100001011001011101110110010101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDF10; }

 p { color: rgb(173,223,16); }

 H1.HeaderClassName
 {
   color: #ADDF10;
 }
 .AnyTagClassName
 {
   color: #ADDF10;
 }
</style>
background-color css

<style>
 a { background-color: #ADDF10; }

 a { background-color: rgb(173,223,16); }

 div.DivClassName
 {
   background-color: #ADDF10;
 }
 .BgClassName
 {
   background-color: #ADDF10;
 }
</style>
border-color css

<style>
 span { border-color: #ADDF10; }

 span { border-color: rgb(173,223,16); }

 td.TdClassName
 {
   border-color: #ADDF10;
 }
 .TagClassName
 {
   border-color: #ADDF10;
 }
</style>