Html Css Color HEX #ACDD0A Inch Worm

📋 copy color: '#ACDD0A'

red 172 ◦ green 221 ◦ blue 10

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

Shades of Inch Worm #ACDD0A

Tints of Inch Worm #ACDD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.48%

R = 42.68%
G = 54.84%
B = 2.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#ACDD0A (or 0xACDD0A) is known color: Inch Worm. HEX triplet: AC, DD and 0A. RGB value is (172,221,10). Sum of RGB (Red+Green+Blue) = 172+221+10=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDD0A is #5322F5. Grayscale: #B7B7B7. Windows color (decimal): -5448438 or 712108. OLE color: 712108.

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

Color convert

RGB 172 221 10 -
CMYK 0.22 0 0.95 0.13
HSL 73.93º 0.91% 0.45% -
HSV(B) 73.93º 0.95% 0.87% -
XYZ 42.92 60.51 9.7 -
YUV 182.3 30.77 120.66 -
System Red Green Blue C M Y K H S L
Decimal 172 221 10 0.22 0 0.95 0.13 73.93 0.91 0.45
Hex AC DD A 16 0 5F D 4A 5B 2D
Octal 254 335 12 26 0 137 15 112 133 55
Binary 10101100 11011101 1010 10110 0 1011111 1101 1001010 1011011 101101

Color Harmonies of #ACDD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD0A

Black with #ACDD0A

Text Example


Text Example

White with #ACDD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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