Html Css Color HEX #ACD400 Inch Worm

📋 copy color: '#ACD400'

red 172 ◦ green 212 ◦ blue 0

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

Shades of Inch Worm #ACD400

Tints of Inch Worm #ACD400

RGB

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

 GREEN value IS 212 (83.2% from 255) = 55.21%

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

R = 44.79%
G = 55.21%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#ACD400 (or 0xACD400) is known color: Inch Worm. HEX triplet: AC, D4 and 00. RGB value is (172,212,0). Sum of RGB (Red+Green+Blue) = 172+212+0=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 212 (83.20% from 255 or 55.21% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD400 is #532BFF. Grayscale: #B0B0B0. Windows color (decimal): -5450752 or 54444. OLE color: 54444.

HSL color Cylindrical-coordinate representation of color #ACD400: hue angle of 71.32º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACD400 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 0 -
CMYK 0.19 0 1 0.17
HSL 71.32º 1% 0.42% -
HSV(B) 71.32º 1% 0.83% -
XYZ 40.56 55.86 8.64 -
YUV 175.87 28.75 125.24 -
System Red Green Blue C M Y K H S L
Decimal 172 212 0 0.19 0 1 0.17 71.32 1 0.42
Hex AC D4 0 13 0 64 11 47 64 2A
Octal 254 324 0 23 0 144 21 107 144 52
Binary 10101100 11010100 0 10011 0 1100100 10001 1000111 1100100 101010

Color Harmonies of #ACD400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD400

Black with #ACD400

Text Example


Text Example

White with #ACD400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD400; }

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

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

background-color css

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

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

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

border-color css

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

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

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