#A8DC21

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

Shades of Inch Worm #A8DC21

Tints of Inch Worm #A8DC21

Color information

#A8DC21 (or 0xA8DC21) is unknown color: approx Inch Worm. HEX triplet: A8, DC and 21. RGB value is (168,220,33). Sum of RGB (Red+Green+Blue) = 168+220+33=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DC21 is #5723DE. Grayscale: #B7B7B7. Windows color (decimal): -5710815 or 2219176. OLE color: 2219176.

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

Color convert

RGB16822033-
CMYK0.2400.850.14
HSL76.68º73.91%49.61%-
HSV(B)76.68º85%86.27%-
XYZ42.0259.6210.73-
YUV183.1343.27117.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 220 (86.33% from 255) = 52.26%
BLUE value IS 33 (13.28% from 255) = 7.84%
R=39.90%
G=52.26%
B=7.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal168220330.2400.850.1476.6873.9149.61
HexA8DC2118055E4d4a32
Octal250334413001251611511262
Binary10101000110111001000011100001010101111010011011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DC21; }

 p { color: rgb(168,220,33); }

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

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

 a { background-color: rgb(168,220,33); }

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

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

 span { border-color: rgb(168,220,33); }

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