Html Css Color HEX #ACD61D Inch Worm

📋 copy color: '#ACD61D'

red 172 ◦ green 214 ◦ blue 29

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

Shades of Inch Worm #ACD61D

Tints of Inch Worm #ACD61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.99%

R = 41.45%
G = 51.57%
B = 6.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#ACD61D (or 0xACD61D) is known color: Inch Worm. HEX triplet: AC, D6 and 1D. RGB value is (172,214,29). Sum of RGB (Red+Green+Blue) = 172+214+29=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD61D is #5329E2. Grayscale: #B5B5B5. Windows color (decimal): -5450211 or 1955500. OLE color: 1955500.

HSL color Cylindrical-coordinate representation of color #ACD61D: hue angle of 73.62º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACD61D is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 29 -
CMYK 0.20 0 0.86 0.16
HSL 73.62º 0.76% 0.48% -
HSV(B) 73.62º 0.86% 0.84% -
XYZ 41.28 56.95 9.98 -
YUV 180.35 42.59 122.04 -
System Red Green Blue C M Y K H S L
Decimal 172 214 29 0.20 0 0.86 0.16 73.62 0.76 0.48
Hex AC D6 1D 14 0 56 10 4A 4C 30
Octal 254 326 35 24 0 126 20 112 114 60
Binary 10101100 11010110 11101 10100 0 1010110 10000 1001010 1001100 110000

Color Harmonies of #ACD61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD61D

Black with #ACD61D

Text Example


Text Example

White with #ACD61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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