Html Css Color HEX #ACD60D Inch Worm

📋 copy color: '#ACD60D'

red 172 ◦ green 214 ◦ blue 13

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

Shades of Inch Worm #ACD60D

Tints of Inch Worm #ACD60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.26%

R = 43.11%
G = 53.63%
B = 3.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#ACD60D (or 0xACD60D) is known color: Inch Worm. HEX triplet: AC, D6 and 0D. RGB value is (172,214,13). Sum of RGB (Red+Green+Blue) = 172+214+13=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD60D is #5329F2. Grayscale: #B3B3B3. Windows color (decimal): -5450227 or 906924. OLE color: 906924.

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

Color convert

RGB 172 214 13 -
CMYK 0.20 0 0.94 0.16
HSL 72.54º 0.89% 0.45% -
HSV(B) 72.54º 0.94% 0.84% -
XYZ 41.13 56.89 9.19 -
YUV 178.53 34.59 123.34 -
System Red Green Blue C M Y K H S L
Decimal 172 214 13 0.20 0 0.94 0.16 72.54 0.89 0.45
Hex AC D6 D 14 0 5E 10 49 59 2D
Octal 254 326 15 24 0 136 20 111 131 55
Binary 10101100 11010110 1101 10100 0 1011110 10000 1001001 1011001 101101

Color Harmonies of #ACD60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD60D

Black with #ACD60D

Text Example


Text Example

White with #ACD60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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