Html Css Color HEX #ACD414 Inch Worm

📋 copy color: '#ACD414'

red 172 ◦ green 212 ◦ blue 20

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

Shades of Inch Worm #ACD414

Tints of Inch Worm #ACD414

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.48%

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

R = 42.57%
G = 52.48%
B = 4.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#ACD414 (or 0xACD414) is known color: Inch Worm. HEX triplet: AC, D4 and 14. RGB value is (172,212,20). Sum of RGB (Red+Green+Blue) = 172+212+20=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 212 (83.20% from 255 or 52.48% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD414 is #532BEB. Grayscale: #B2B2B2. Windows color (decimal): -5450732 or 1365164. OLE color: 1365164.

HSL color Cylindrical-coordinate representation of color #ACD414: hue angle of 72.5º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACD414 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 20 -
CMYK 0.19 0 0.91 0.17
HSL 72.5º 0.83% 0.45% -
HSV(B) 72.5º 0.91% 0.83% -
XYZ 40.68 55.91 9.31 -
YUV 178.15 38.75 123.61 -
System Red Green Blue C M Y K H S L
Decimal 172 212 20 0.19 0 0.91 0.17 72.5 0.83 0.45
Hex AC D4 14 13 0 5B 11 48 53 2D
Octal 254 324 24 23 0 133 21 110 123 55
Binary 10101100 11010100 10100 10011 0 1011011 10001 1001000 1010011 101101

Color Harmonies of #ACD414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD414

Black with #ACD414

Text Example


Text Example

White with #ACD414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD414; }

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

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

background-color css

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

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

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

border-color css

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

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

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