Html Css Color HEX #ACD71A Inch Worm

📋 copy color: '#ACD71A'

red 172 ◦ green 215 ◦ blue 26

#ACD71A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #ACD71A

Tints of Inch Worm #ACD71A

RGB

 RED value IS 172 (67.58% from 255) = 41.65%

 GREEN value IS 215 (84.38% from 255) = 52.06%

 BLUE value IS 26 (10.55% from 255) = 6.3%

R = 41.65%
G = 52.06%
B = 6.3%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#ACD71A (or 0xACD71A) is known color: Inch Worm. HEX triplet: AC, D7 and 1A. RGB value is (172,215,26). Sum of RGB (Red+Green+Blue) = 172+215+26=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 26 (10.55% from 255 or 6.30% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD71A is #5328E5. Grayscale: #B5B5B5. Windows color (decimal): -5449958 or 1759148. OLE color: 1759148.

HSL color Cylindrical-coordinate representation of color #ACD71A: hue angle of 73.65º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACD71A is Cyan = 0.2, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 26 -
CMYK 0.2 0 0.88 0.16
HSL 73.65º 0.78% 0.47% -
HSV(B) 73.65º 0.88% 0.84% -
XYZ 41.5 57.45 9.88 -
YUV 180.6 40.75 121.87 -
System Red Green Blue C M Y K H S L
Decimal 172 215 26 0.2 0 0.88 0.16 73.65 0.78 0.47
Hex AC D7 1A 14 0 58 10 4A 4E 2F
Octal 254 327 32 24 0 130 20 112 116 57
Binary 10101100 11010111 11010 10100 0 1011000 10000 1001010 1001110 101111

Color Harmonies of #ACD71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD71A

Black with #ACD71A

Text Example


Text Example

White with #ACD71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD71A; }

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

 H1.HeaderClassName
 {
   color: #ACD71A;
 }
 .AnyTagClassName
 {
   color: #ACD71A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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