Html Css Color HEX #ACDD01 Inch Worm

📋 copy color: '#ACDD01'

red 172 ◦ green 221 ◦ blue 1

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

Shades of Inch Worm #ACDD01

Tints of Inch Worm #ACDD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 43.65%
G = 56.09%
B = 0.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#ACDD01 (or 0xACDD01) is known color: Inch Worm. HEX triplet: AC, DD and 01. RGB value is (172,221,1). Sum of RGB (Red+Green+Blue) = 172+221+1=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDD01 is #5322FE. Grayscale: #B6B6B6. Windows color (decimal): -5448447 or 122284. OLE color: 122284.

HSL color Cylindrical-coordinate representation of color #ACDD01: hue angle of 73.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACDD01 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 1 -
CMYK 0.22 0 1.00 0.13
HSL 73.36º 0.99% 0.44% -
HSV(B) 73.36º 1% 0.87% -
XYZ 42.88 60.49 9.44 -
YUV 181.27 26.27 121.39 -
System Red Green Blue C M Y K H S L
Decimal 172 221 1 0.22 0 1.00 0.13 73.36 0.99 0.44
Hex AC DD 1 16 0 64 D 49 63 2C
Octal 254 335 1 26 0 144 15 111 143 54
Binary 10101100 11011101 1 10110 0 1100100 1101 1001001 1100011 101100

Color Harmonies of #ACDD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD01

Black with #ACDD01

Text Example


Text Example

White with #ACDD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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