Html Css Color HEX #ACD001 Inch Worm

📋 copy color: '#ACD001'

red 172 ◦ green 208 ◦ blue 1

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

Shades of Inch Worm #ACD001

Tints of Inch Worm #ACD001

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.59%

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

R = 45.14%
G = 54.59%
B = 0.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#ACD001 (or 0xACD001) is known color: Inch Worm. HEX triplet: AC, D0 and 01. RGB value is (172,208,1). Sum of RGB (Red+Green+Blue) = 172+208+1=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 208 (81.64% from 255 or 54.59% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD001 is #532FFE. Grayscale: #AEAEAE. Windows color (decimal): -5451775 or 118956. OLE color: 118956.

HSL color Cylindrical-coordinate representation of color #ACD001: hue angle of 70.43º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACD001 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 1 -
CMYK 0.17 0 1.00 0.18
HSL 70.43º 0.99% 0.41% -
HSV(B) 70.43º 1% 0.82% -
XYZ 39.57 53.88 8.34 -
YUV 173.64 30.57 126.83 -
System Red Green Blue C M Y K H S L
Decimal 172 208 1 0.17 0 1.00 0.18 70.43 0.99 0.41
Hex AC D0 1 11 0 64 12 46 63 29
Octal 254 320 1 21 0 144 22 106 143 51
Binary 10101100 11010000 1 10001 0 1100100 10010 1000110 1100011 101001

Color Harmonies of #ACD001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD001

Black with #ACD001

Text Example


Text Example

White with #ACD001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD001; }

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

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

background-color css

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

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

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

border-color css

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

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

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