Html Css Color HEX #ACD114 Inch Worm

📋 copy color: '#ACD114'

red 172 ◦ green 209 ◦ blue 20

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

Shades of Inch Worm #ACD114

Tints of Inch Worm #ACD114

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.12%

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

R = 42.89%
G = 52.12%
B = 4.99%

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

#ACD114 (or 0xACD114) is known color: Inch Worm. HEX triplet: AC, D1 and 14. RGB value is (172,209,20). Sum of RGB (Red+Green+Blue) = 172+209+20=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD114 is #532EEB. Grayscale: #B1B1B1. Windows color (decimal): -5451500 or 1364396. OLE color: 1364396.

HSL color Cylindrical-coordinate representation of color #ACD114: hue angle of 71.75º 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 #ACD114 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 20 -
CMYK 0.18 0 0.90 0.18
HSL 71.75º 0.83% 0.45% -
HSV(B) 71.75º 0.9% 0.82% -
XYZ 39.94 54.42 9.06 -
YUV 176.39 39.74 124.87 -
System Red Green Blue C M Y K H S L
Decimal 172 209 20 0.18 0 0.90 0.18 71.75 0.83 0.45
Hex AC D1 14 12 0 5A 12 48 53 2D
Octal 254 321 24 22 0 132 22 110 123 55
Binary 10101100 11010001 10100 10010 0 1011010 10010 1001000 1010011 101101

Color Harmonies of #ACD114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD114

Black with #ACD114

Text Example


Text Example

White with #ACD114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD114; }

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

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

background-color css

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

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

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

border-color css

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

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

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