#A8DC25

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

Shades of Inch Worm #A8DC25

Tints of Inch Worm #A8DC25

Color information

#A8DC25 (or 0xA8DC25) is unknown color: approx Inch Worm. HEX triplet: A8, DC and 25. RGB value is (168,220,37). Sum of RGB (Red+Green+Blue) = 168+220+37=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DC25 is #5723DA. Grayscale: #B8B8B8. Windows color (decimal): -5710811 or 2481320. OLE color: 2481320.

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

Color convert

RGB16822037-
CMYK0.2400.830.14
HSL77.05º72.33%50.39%-
HSV(B)77.05º83.18%86.27%-
XYZ42.0859.6411.05-
YUV183.5945.27116.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.53%
GREEN value IS 220 (86.33% from 255) = 51.76%
BLUE value IS 37 (14.84% from 255) = 8.71%
R=39.53%
G=51.76%
B=8.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal168220370.2400.830.1477.0572.3350.39
HexA8DC2518053E4d4832
Octal250334453001231611511062
Binary10101000110111001001011100001010011111010011011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DC25; }

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

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

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

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

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

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

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

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