#AADF10

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

Shades of Inch Worm #AADF10

Tints of Inch Worm #AADF10

Color information

#AADF10 (or 0xAADF10) is unknown color: approx Inch Worm. HEX triplet: AA, DF and 10. RGB value is (170,223,16). Sum of RGB (Red+Green+Blue) = 170+223+16=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADF10 is #5520EF. Grayscale: #B8B8B8. Windows color (decimal): -5578992 or 1105834. OLE color: 1105834.

HSL color Cylindrical-coordinate representation of color #AADF10: hue angle of 75.36º 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 #AADF10 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB17022316-
CMYK0.2400.930.13
HSL75.36º86.61%46.86%-
HSV(B)75.36º92.83%87.45%-
XYZ43.0661.3610.06-
YUV183.5633.44118.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 223 (87.5% from 255) = 54.52%
BLUE value IS 16 (6.64% from 255) = 3.91%
R=41.56%
G=54.52%
B=3.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170223160.2400.930.1375.3686.6146.86
HexAADF101805DD4b572f
Octal252337203001351511312757
Binary1010101011011111100001100001011101110110010111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADF10; }

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

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

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

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

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

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

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

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