Html Css Color HEX #ACD914 Inch Worm

📋 copy color: '#ACD914'

red 172 ◦ green 217 ◦ blue 20

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

Shades of Inch Worm #ACD914

Tints of Inch Worm #ACD914

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.06%

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

R = 42.05%
G = 53.06%
B = 4.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#ACD914 (or 0xACD914) is known color: Inch Worm. HEX triplet: AC, D9 and 14. RGB value is (172,217,20). Sum of RGB (Red+Green+Blue) = 172+217+20=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 217 (85.16% from 255 or 53.06% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD914 is #5326EB. Grayscale: #B5B5B5. Windows color (decimal): -5449452 or 1366444. OLE color: 1366444.

HSL color Cylindrical-coordinate representation of color #ACD914: hue angle of 73.71º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACD914 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 20 -
CMYK 0.21 0 0.91 0.15
HSL 73.71º 0.83% 0.46% -
HSV(B) 73.71º 0.91% 0.85% -
XYZ 41.95 58.45 9.73 -
YUV 181.09 37.09 121.52 -
System Red Green Blue C M Y K H S L
Decimal 172 217 20 0.21 0 0.91 0.15 73.71 0.83 0.46
Hex AC D9 14 15 0 5B F 4A 53 2E
Octal 254 331 24 25 0 133 17 112 123 56
Binary 10101100 11011001 10100 10101 0 1011011 1111 1001010 1010011 101110

Color Harmonies of #ACD914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD914

Black with #ACD914

Text Example


Text Example

White with #ACD914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD914; }

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

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

background-color css

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

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

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

border-color css

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

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

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