#AADF25

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

Shades of Inch Worm #AADF25

Tints of Inch Worm #AADF25

Color information

#AADF25 (or 0xAADF25) is unknown color: approx Inch Worm. HEX triplet: AA, DF and 25. RGB value is (170,223,37). Sum of RGB (Red+Green+Blue) = 170+223+37=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF25 is #5520DA. Grayscale: #BABABA. Windows color (decimal): -5578971 or 2482090. OLE color: 2482090.

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

Color convert

RGB17022337-
CMYK0.2400.830.13
HSL77.1º74.4%50.98%-
HSV(B)77.1º83.41%87.45%-
XYZ43.361.4511.33-
YUV185.9543.94116.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 223 (87.5% from 255) = 51.86%
BLUE value IS 37 (14.84% from 255) = 8.60%
R=39.53%
G=51.86%
B=8.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170223370.2400.830.1377.174.450.98
HexAADF2518053D4d4a33
Octal252337453001231511511263
Binary10101010110111111001011100001010011110110011011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADF25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADF25; }

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

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

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

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

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

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

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

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