Html Css Color HEX #ACD513 Inch Worm

📋 copy color: '#ACD513'

red 172 ◦ green 213 ◦ blue 19

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

Shades of Inch Worm #ACD513

Tints of Inch Worm #ACD513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.7%

R = 42.57%
G = 52.72%
B = 4.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#ACD513 (or 0xACD513) is known color: Inch Worm. HEX triplet: AC, D5 and 13. RGB value is (172,213,19). Sum of RGB (Red+Green+Blue) = 172+213+19=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD513 is #532AEC. Grayscale: #B3B3B3. Windows color (decimal): -5450477 or 1299884. OLE color: 1299884.

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

Color convert

RGB 172 213 19 -
CMYK 0.19 0 0.91 0.16
HSL 72.68º 0.84% 0.45% -
HSV(B) 72.68º 0.91% 0.84% -
XYZ 40.93 56.41 9.35 -
YUV 178.63 37.92 123.27 -
System Red Green Blue C M Y K H S L
Decimal 172 213 19 0.19 0 0.91 0.16 72.68 0.84 0.45
Hex AC D5 13 13 0 5B 10 49 54 2D
Octal 254 325 23 23 0 133 20 111 124 55
Binary 10101100 11010101 10011 10011 0 1011011 10000 1001001 1010100 101101

Color Harmonies of #ACD513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD513

Black with #ACD513

Text Example


Text Example

White with #ACD513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD513; }

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

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

background-color css

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

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

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

border-color css

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

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

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