Html Css Color HEX #ACD20E Inch Worm

📋 copy color: '#ACD20E'

red 172 ◦ green 210 ◦ blue 14

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

Shades of Inch Worm #ACD20E

Tints of Inch Worm #ACD20E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.03%

 BLUE value IS 14 (5.86% from 255) = 3.54%

R = 43.43%
G = 53.03%
B = 3.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#ACD20E (or 0xACD20E) is known color: Inch Worm. HEX triplet: AC, D2 and 0E. RGB value is (172,210,14). Sum of RGB (Red+Green+Blue) = 172+210+14=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 210 (82.42% from 255 or 53.03% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD20E is #532DF1. Grayscale: #B1B1B1. Windows color (decimal): -5451250 or 971436. OLE color: 971436.

HSL color Cylindrical-coordinate representation of color #ACD20E: hue angle of 71.63º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACD20E is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 14 -
CMYK 0.18 0 0.93 0.18
HSL 71.63º 0.88% 0.44% -
HSV(B) 71.63º 0.93% 0.82% -
XYZ 40.14 54.9 8.9 -
YUV 176.29 36.41 124.94 -
System Red Green Blue C M Y K H S L
Decimal 172 210 14 0.18 0 0.93 0.18 71.63 0.88 0.44
Hex AC D2 E 12 0 5D 12 48 58 2C
Octal 254 322 16 22 0 135 22 110 130 54
Binary 10101100 11010010 1110 10010 0 1011101 10010 1001000 1011000 101100

Color Harmonies of #ACD20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD20E

Black with #ACD20E

Text Example


Text Example

White with #ACD20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD20E; }

 p { color: rgb(172,210,14); }

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

background-color css

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

 a { background-color: rgb(172,210,14); }

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

border-color css

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

 span { border-color: rgb(172,210,14); }

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