#AADF1B

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

Shades of Inch Worm #AADF1B

Tints of Inch Worm #AADF1B

Color information

#AADF1B (or 0xAADF1B) is unknown color: approx Inch Worm. HEX triplet: AA, DF and 1B. RGB value is (170,223,27). Sum of RGB (Red+Green+Blue) = 170+223+27=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF1B is #5520E4. Grayscale: #B9B9B9. Windows color (decimal): -5578981 or 1826730. OLE color: 1826730.

HSL color Cylindrical-coordinate representation of color #AADF1B: hue angle of 76.22º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AADF1B is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB17022327-
CMYK0.2400.880.13
HSL76.22º78.4%49.02%-
HSV(B)76.22º87.89%87.45%-
XYZ43.1661.410.61-
YUV184.8138.94117.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 223 (87.5% from 255) = 53.10%
BLUE value IS 27 (10.94% from 255) = 6.43%
R=40.48%
G=53.10%
B=6.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170223270.2400.880.1376.2278.449.02
HexAADF1B18058D4c4e31
Octal252337333001301511411661
Binary1010101011011111110111100001011000110110011001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADF1B; }

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

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

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

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

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

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

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

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