Html Css Color HEX #ACD100 Inch Worm

📋 copy color: '#ACD100'

red 172 ◦ green 209 ◦ blue 0

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

Shades of Inch Worm #ACD100

Tints of Inch Worm #ACD100

RGB

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

 GREEN value IS 209 (82.03% from 255) = 54.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.14%
G = 54.86%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#ACD100 (or 0xACD100) is known color: Inch Worm. HEX triplet: AC, D1 and 00. RGB value is (172,209,0). Sum of RGB (Red+Green+Blue) = 172+209+0=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 209 (82.03% from 255 or 54.86% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD100 is #532EFF. Grayscale: #AEAEAE. Windows color (decimal): -5451520 or 53676. OLE color: 53676.

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

Color convert

RGB 172 209 0 -
CMYK 0.18 0 1 0.18
HSL 70.62º 1% 0.41% -
HSV(B) 70.62º 1% 0.82% -
XYZ 39.81 54.37 8.4 -
YUV 174.11 29.74 126.49 -
System Red Green Blue C M Y K H S L
Decimal 172 209 0 0.18 0 1 0.18 70.62 1 0.41
Hex AC D1 0 12 0 64 12 47 64 29
Octal 254 321 0 22 0 144 22 107 144 51
Binary 10101100 11010001 0 10010 0 1100100 10010 1000111 1100100 101001

Color Harmonies of #ACD100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD100

Black with #ACD100

Text Example


Text Example

White with #ACD100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD100; }

 p { color: rgb(172,209,0); }

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

background-color css

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

 a { background-color: rgb(172,209,0); }

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

border-color css

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

 span { border-color: rgb(172,209,0); }

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