Html Css Color HEX #ACD50C Inch Worm

📋 copy color: '#ACD50C'

red 172 ◦ green 213 ◦ blue 12

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

Shades of Inch Worm #ACD50C

Tints of Inch Worm #ACD50C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.02%

R = 43.32%
G = 53.65%
B = 3.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#ACD50C (or 0xACD50C) is known color: Inch Worm. HEX triplet: AC, D5 and 0C. RGB value is (172,213,12). Sum of RGB (Red+Green+Blue) = 172+213+12=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 213 (83.59% from 255 or 53.65% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD50C is #532AF3. Grayscale: #B2B2B2. Windows color (decimal): -5450484 or 841132. OLE color: 841132.

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

Color convert

RGB 172 213 12 -
CMYK 0.19 0 0.94 0.16
HSL 72.24º 0.89% 0.44% -
HSV(B) 72.24º 0.94% 0.84% -
XYZ 40.87 56.39 9.08 -
YUV 177.83 34.42 123.84 -
System Red Green Blue C M Y K H S L
Decimal 172 213 12 0.19 0 0.94 0.16 72.24 0.89 0.44
Hex AC D5 C 13 0 5E 10 48 59 2C
Octal 254 325 14 23 0 136 20 110 131 54
Binary 10101100 11010101 1100 10011 0 1011110 10000 1001000 1011001 101100

Color Harmonies of #ACD50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD50C

Black with #ACD50C

Text Example


Text Example

White with #ACD50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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