Html Css Color HEX #ACD600 Inch Worm

📋 copy color: '#ACD600'

red 172 ◦ green 214 ◦ blue 0

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

Shades of Inch Worm #ACD600

Tints of Inch Worm #ACD600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.44%

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

R = 44.56%
G = 55.44%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#ACD600 (or 0xACD600) is known color: Inch Worm. HEX triplet: AC, D6 and 00. RGB value is (172,214,0). Sum of RGB (Red+Green+Blue) = 172+214+0=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD600 is #5329FF. Grayscale: #B1B1B1. Windows color (decimal): -5450240 or 54956. OLE color: 54956.

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

Color convert

RGB 172 214 0 -
CMYK 0.20 0 1 0.16
HSL 71.78º 1% 0.42% -
HSV(B) 71.78º 1% 0.84% -
XYZ 41.06 56.86 8.81 -
YUV 177.05 28.09 124.4 -
System Red Green Blue C M Y K H S L
Decimal 172 214 0 0.20 0 1 0.16 71.78 1 0.42
Hex AC D6 0 14 0 64 10 48 64 2A
Octal 254 326 0 24 0 144 20 110 144 52
Binary 10101100 11010110 0 10100 0 1100100 10000 1001000 1100100 101010

Color Harmonies of #ACD600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD600

Black with #ACD600

Text Example


Text Example

White with #ACD600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD600; }

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

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

background-color css

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

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

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

border-color css

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

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

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