Html Css Color HEX #ACD502 Inch Worm

📋 copy color: '#ACD502'

red 172 ◦ green 213 ◦ blue 2

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

Shades of Inch Worm #ACD502

Tints of Inch Worm #ACD502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 44.44%
G = 55.04%
B = 0.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#ACD502 (or 0xACD502) is known color: Inch Worm. HEX triplet: AC, D5 and 02. RGB value is (172,213,2). Sum of RGB (Red+Green+Blue) = 172+213+2=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 213 (83.59% from 255 or 55.04% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD502 is #532AFD. Grayscale: #B1B1B1. Windows color (decimal): -5450494 or 185772. OLE color: 185772.

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

Color convert

RGB 172 213 2 -
CMYK 0.19 0 0.99 0.16
HSL 71.66º 0.98% 0.42% -
HSV(B) 71.66º 0.99% 0.84% -
XYZ 40.82 56.36 8.79 -
YUV 176.69 29.42 124.66 -
System Red Green Blue C M Y K H S L
Decimal 172 213 2 0.19 0 0.99 0.16 71.66 0.98 0.42
Hex AC D5 2 13 0 63 10 48 62 2A
Octal 254 325 2 23 0 143 20 110 142 52
Binary 10101100 11010101 10 10011 0 1100011 10000 1001000 1100010 101010

Color Harmonies of #ACD502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD502

Black with #ACD502

Text Example


Text Example

White with #ACD502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD502; }

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

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

background-color css

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

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

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

border-color css

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

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

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