#A4DB21

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

Shades of Inch Worm #A4DB21

Tints of Inch Worm #A4DB21

Color information

#A4DB21 (or 0xA4DB21) is unknown color: approx Inch Worm. HEX triplet: A4, DB and 21. RGB value is (164,219,33). Sum of RGB (Red+Green+Blue) = 164+219+33=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DB21 is #5B24DE. Grayscale: #B6B6B6. Windows color (decimal): -5973215 or 2218916. OLE color: 2218916.

HSL color Cylindrical-coordinate representation of color #A4DB21: hue angle of 77.74º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A4DB21 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB16421933-
CMYK0.2500.850.14
HSL77.74º73.81%49.41%-
HSV(B)77.74º84.93%85.88%-
XYZ40.9258.6710.61-
YUV181.3544.28115.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 219 (85.94% from 255) = 52.64%
BLUE value IS 33 (13.28% from 255) = 7.93%
R=39.42%
G=52.64%
B=7.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal164219330.2500.850.1477.7473.8149.41
HexA4DB2119055E4e4a31
Octal244333413101251611611261
Binary10100100110110111000011100101010101111010011101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DB21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DB21; }

 p { color: rgb(164,219,33); }

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

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

 a { background-color: rgb(164,219,33); }

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

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

 span { border-color: rgb(164,219,33); }

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