Html Css Color HEX #ACD504 Inch Worm

📋 copy color: '#ACD504'

red 172 ◦ green 213 ◦ blue 4

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

Shades of Inch Worm #ACD504

Tints of Inch Worm #ACD504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 44.22%
G = 54.76%
B = 1.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#ACD504 (or 0xACD504) is known color: Inch Worm. HEX triplet: AC, D5 and 04. RGB value is (172,213,4). Sum of RGB (Red+Green+Blue) = 172+213+4=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 213 (83.59% from 255 or 54.76% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD504 is #532AFB. Grayscale: #B1B1B1. Windows color (decimal): -5450492 or 316844. OLE color: 316844.

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

Color convert

RGB 172 213 4 -
CMYK 0.19 0 0.98 0.16
HSL 71.77º 0.96% 0.43% -
HSV(B) 71.77º 0.98% 0.84% -
XYZ 40.83 56.37 8.84 -
YUV 176.92 30.42 124.49 -
System Red Green Blue C M Y K H S L
Decimal 172 213 4 0.19 0 0.98 0.16 71.77 0.96 0.43
Hex AC D5 4 13 0 62 10 48 60 2B
Octal 254 325 4 23 0 142 20 110 140 53
Binary 10101100 11010101 100 10011 0 1100010 10000 1001000 1100000 101011

Color Harmonies of #ACD504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD504

Black with #ACD504

Text Example


Text Example

White with #ACD504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD504; }

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

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

background-color css

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

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

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

border-color css

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

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

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