Html Css Color HEX #ACD301 Inch Worm

📋 copy color: '#ACD301'

red 172 ◦ green 211 ◦ blue 1

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

Shades of Inch Worm #ACD301

Tints of Inch Worm #ACD301

RGB

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

 GREEN value IS 211 (82.81% from 255) = 54.95%

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

R = 44.79%
G = 54.95%
B = 0.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#ACD301 (or 0xACD301) is known color: Inch Worm. HEX triplet: AC, D3 and 01. RGB value is (172,211,1). Sum of RGB (Red+Green+Blue) = 172+211+1=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 211 (82.81% from 255 or 54.95% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD301 is #532CFE. Grayscale: #B0B0B0. Windows color (decimal): -5451007 or 119724. OLE color: 119724.

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

Color convert

RGB 172 211 1 -
CMYK 0.18 0 1.00 0.17
HSL 71.14º 0.99% 0.42% -
HSV(B) 71.14º 1% 0.83% -
XYZ 40.31 55.36 8.59 -
YUV 175.4 29.58 125.58 -
System Red Green Blue C M Y K H S L
Decimal 172 211 1 0.18 0 1.00 0.17 71.14 0.99 0.42
Hex AC D3 1 12 0 64 11 47 63 2A
Octal 254 323 1 22 0 144 21 107 143 52
Binary 10101100 11010011 1 10010 0 1100100 10001 1000111 1100011 101010

Color Harmonies of #ACD301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD301

Black with #ACD301

Text Example


Text Example

White with #ACD301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD301; }

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

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

background-color css

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

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

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

border-color css

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

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

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