Html Css Color HEX #ACDD10 Inch Worm

📋 copy color: '#ACDD10'

red 172 ◦ green 221 ◦ blue 16

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

Shades of Inch Worm #ACDD10

Tints of Inch Worm #ACDD10

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.03%

 BLUE value IS 16 (6.64% from 255) = 3.91%

R = 42.05%
G = 54.03%
B = 3.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#ACDD10 (or 0xACDD10) is known color: Inch Worm. HEX triplet: AC, DD and 10. RGB value is (172,221,16). Sum of RGB (Red+Green+Blue) = 172+221+16=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDD10 is #5322EF. Grayscale: #B7B7B7. Windows color (decimal): -5448432 or 1105324. OLE color: 1105324.

HSL color Cylindrical-coordinate representation of color #ACDD10: hue angle of 74.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACDD10 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 16 -
CMYK 0.22 0 0.93 0.13
HSL 74.34º 0.86% 0.46% -
HSV(B) 74.34º 0.93% 0.87% -
XYZ 42.96 60.52 9.91 -
YUV 182.98 33.77 120.17 -
System Red Green Blue C M Y K H S L
Decimal 172 221 16 0.22 0 0.93 0.13 74.34 0.86 0.46
Hex AC DD 10 16 0 5D D 4A 56 2E
Octal 254 335 20 26 0 135 15 112 126 56
Binary 10101100 11011101 10000 10110 0 1011101 1101 1001010 1010110 101110

Color Harmonies of #ACDD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD10

Black with #ACDD10

Text Example


Text Example

White with #ACDD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD10; }

 p { color: rgb(172,221,16); }

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

background-color css

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

 a { background-color: rgb(172,221,16); }

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

border-color css

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

 span { border-color: rgb(172,221,16); }

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