Html Css Color HEX #ACD61A Inch Worm

📋 copy color: '#ACD61A'

red 172 ◦ green 214 ◦ blue 26

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

Shades of Inch Worm #ACD61A

Tints of Inch Worm #ACD61A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.94%

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

R = 41.75%
G = 51.94%
B = 6.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#ACD61A (or 0xACD61A) is known color: Inch Worm. HEX triplet: AC, D6 and 1A. RGB value is (172,214,26). Sum of RGB (Red+Green+Blue) = 172+214+26=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD61A is #5329E5. Grayscale: #B4B4B4. Windows color (decimal): -5450214 or 1758892. OLE color: 1758892.

HSL color Cylindrical-coordinate representation of color #ACD61A: hue angle of 73.4º 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 #ACD61A is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 26 -
CMYK 0.20 0 0.88 0.16
HSL 73.4º 0.78% 0.47% -
HSV(B) 73.4º 0.88% 0.84% -
XYZ 41.25 56.94 9.79 -
YUV 180.01 41.09 122.29 -
System Red Green Blue C M Y K H S L
Decimal 172 214 26 0.20 0 0.88 0.16 73.4 0.78 0.47
Hex AC D6 1A 14 0 58 10 49 4E 2F
Octal 254 326 32 24 0 130 20 111 116 57
Binary 10101100 11010110 11010 10100 0 1011000 10000 1001001 1001110 101111

Color Harmonies of #ACD61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD61A

Black with #ACD61A

Text Example


Text Example

White with #ACD61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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