#A5DF1C

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

Shades of Inch Worm #A5DF1C

Tints of Inch Worm #A5DF1C

Color information

#A5DF1C (or 0xA5DF1C) is unknown color: approx Inch Worm. HEX triplet: A5, DF and 1C. RGB value is (165,223,28). Sum of RGB (Red+Green+Blue) = 165+223+28=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DF1C is #5A20E3. Grayscale: #B8B8B8. Windows color (decimal): -5906660 or 1892261. OLE color: 1892261.

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

Color convert

RGB16522328-
CMYK0.2600.870.13
HSL77.85º77.69%49.22%-
HSV(B)77.85º87.44%87.45%-
XYZ42.1160.8610.63-
YUV183.4340.28114.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 223 (87.5% from 255) = 53.61%
BLUE value IS 28 (11.33% from 255) = 6.73%
R=39.66%
G=53.61%
B=6.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal165223280.2600.870.1377.8577.6949.22
HexA5DF1C1A057D4e4e31
Octal245337343201271511611661
Binary1010010111011111111001101001010111110110011101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DF1C; }

 p { color: rgb(165,223,28); }

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

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

 a { background-color: rgb(165,223,28); }

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

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

 span { border-color: rgb(165,223,28); }

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