Html Css Color HEX #ACD601 Inch Worm

📋 copy color: '#ACD601'

red 172 ◦ green 214 ◦ blue 1

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

Shades of Inch Worm #ACD601

Tints of Inch Worm #ACD601

RGB

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

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

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

R = 44.44%
G = 55.3%
B = 0.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#ACD601 (or 0xACD601) is known color: Inch Worm. HEX triplet: AC, D6 and 01. RGB value is (172,214,1). Sum of RGB (Red+Green+Blue) = 172+214+1=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 214 (83.98% from 255 or 55.30% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD601 is #5329FE. Grayscale: #B1B1B1. Windows color (decimal): -5450239 or 120492. OLE color: 120492.

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

Color convert

RGB 172 214 1 -
CMYK 0.20 0 1.00 0.16
HSL 71.83º 0.99% 0.42% -
HSV(B) 71.83º 1% 0.84% -
XYZ 41.07 56.87 8.84 -
YUV 177.16 28.59 124.32 -
System Red Green Blue C M Y K H S L
Decimal 172 214 1 0.20 0 1.00 0.16 71.83 0.99 0.42
Hex AC D6 1 14 0 64 10 48 63 2A
Octal 254 326 1 24 0 144 20 110 143 52
Binary 10101100 11010110 1 10100 0 1100100 10000 1001000 1100011 101010

Color Harmonies of #ACD601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD601

Black with #ACD601

Text Example


Text Example

White with #ACD601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD601; }

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

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

background-color css

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

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

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

border-color css

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

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

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