Html Css Color HEX #ACD214 Inch Worm

📋 copy color: '#ACD214'

red 172 ◦ green 210 ◦ blue 20

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

Shades of Inch Worm #ACD214

Tints of Inch Worm #ACD214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.98%

R = 42.79%
G = 52.24%
B = 4.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#ACD214 (or 0xACD214) is known color: Inch Worm. HEX triplet: AC, D2 and 14. RGB value is (172,210,20). Sum of RGB (Red+Green+Blue) = 172+210+20=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 210 (82.42% from 255 or 52.24% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD214 is #532DEB. Grayscale: #B1B1B1. Windows color (decimal): -5451244 or 1364652. OLE color: 1364652.

HSL color Cylindrical-coordinate representation of color #ACD214: hue angle of 72º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACD214 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 20 -
CMYK 0.18 0 0.90 0.18
HSL 72º 0.83% 0.45% -
HSV(B) 72º 0.9% 0.82% -
XYZ 40.19 54.91 9.14 -
YUV 176.98 39.41 124.45 -
System Red Green Blue C M Y K H S L
Decimal 172 210 20 0.18 0 0.90 0.18 72 0.83 0.45
Hex AC D2 14 12 0 5A 12 48 53 2D
Octal 254 322 24 22 0 132 22 110 123 55
Binary 10101100 11010010 10100 10010 0 1011010 10010 1001000 1010011 101101

Color Harmonies of #ACD214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD214

Black with #ACD214

Text Example


Text Example

White with #ACD214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD214; }

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

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

background-color css

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

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

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

border-color css

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

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

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