#ACD31A

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

Shades of Inch Worm #ACD31A

Tints of Inch Worm #ACD31A

Color information

#ACD31A (or 0xACD31A) is unknown color: approx Inch Worm. HEX triplet: AC, D3 and 1A. RGB value is (172,211,26). Sum of RGB (Red+Green+Blue) = 172+211+26=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD31A is #532CE5. Grayscale: #B2B2B2. Windows color (decimal): -5450982 or 1758124. OLE color: 1758124.

HSL color Cylindrical-coordinate representation of color #ACD31A: hue angle of 72.65º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACD31A is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB17221126-
CMYK0.1800.880.17
HSL72.65º78.06%46.47%-
HSV(B)72.65º87.68%82.75%-
XYZ40.4955.439.54-
YUV178.2542.08123.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 211 (82.81% from 255) = 51.59%
BLUE value IS 26 (10.55% from 255) = 6.36%
R=42.05%
G=51.59%
B=6.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal172211260.1800.880.1772.6578.0646.47
HexACD31A1205811494e2e
Octal254323322201302111111656
Binary10101100110100111101010010010110001000110010011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD31A; }

 p { color: rgb(172,211,26); }

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

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

 a { background-color: rgb(172,211,26); }

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

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

 span { border-color: rgb(172,211,26); }

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