Html Css Color HEX #ACD506 Inch Worm

📋 copy color: '#ACD506'

red 172 ◦ green 213 ◦ blue 6

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

Shades of Inch Worm #ACD506

Tints of Inch Worm #ACD506

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.48%

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 43.99%
G = 54.48%
B = 1.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#ACD506 (or 0xACD506) is known color: Inch Worm. HEX triplet: AC, D5 and 06. RGB value is (172,213,6). Sum of RGB (Red+Green+Blue) = 172+213+6=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 6 (2.73% from 255 or 1.53% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD506 is #532AF9. Grayscale: #B1B1B1. Windows color (decimal): -5450490 or 447916. OLE color: 447916.

HSL color Cylindrical-coordinate representation of color #ACD506: hue angle of 71.88º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACD506 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 6 -
CMYK 0.19 0 0.97 0.16
HSL 71.88º 0.95% 0.43% -
HSV(B) 71.88º 0.97% 0.84% -
XYZ 40.84 56.37 8.9 -
YUV 177.14 31.42 124.33 -
System Red Green Blue C M Y K H S L
Decimal 172 213 6 0.19 0 0.97 0.16 71.88 0.95 0.43
Hex AC D5 6 13 0 61 10 48 5F 2B
Octal 254 325 6 23 0 141 20 110 137 53
Binary 10101100 11010101 110 10011 0 1100001 10000 1001000 1011111 101011

Color Harmonies of #ACD506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD506

Black with #ACD506

Text Example


Text Example

White with #ACD506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD506; }

 p { color: rgb(172,213,6); }

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

background-color css

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

 a { background-color: rgb(172,213,6); }

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

border-color css

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

 span { border-color: rgb(172,213,6); }

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