Html Css Color HEX #ACD602 Inch Worm

📋 copy color: '#ACD602'

red 172 ◦ green 214 ◦ blue 2

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

Shades of Inch Worm #ACD602

Tints of Inch Worm #ACD602

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.15%

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

R = 44.33%
G = 55.15%
B = 0.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#ACD602 (or 0xACD602) is known color: Inch Worm. HEX triplet: AC, D6 and 02. RGB value is (172,214,2). Sum of RGB (Red+Green+Blue) = 172+214+2=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 214 (83.98% from 255 or 55.15% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD602 is #5329FD. Grayscale: #B2B2B2. Windows color (decimal): -5450238 or 186028. OLE color: 186028.

HSL color Cylindrical-coordinate representation of color #ACD602: hue angle of 71.89º 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 #ACD602 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 2 -
CMYK 0.20 0 0.99 0.16
HSL 71.89º 0.98% 0.42% -
HSV(B) 71.89º 0.99% 0.84% -
XYZ 41.07 56.87 8.87 -
YUV 177.27 29.09 124.24 -
System Red Green Blue C M Y K H S L
Decimal 172 214 2 0.20 0 0.99 0.16 71.89 0.98 0.42
Hex AC D6 2 14 0 63 10 48 62 2A
Octal 254 326 2 24 0 143 20 110 142 52
Binary 10101100 11010110 10 10100 0 1100011 10000 1001000 1100010 101010

Color Harmonies of #ACD602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD602

Black with #ACD602

Text Example


Text Example

White with #ACD602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD602; }

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

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

background-color css

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

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

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

border-color css

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

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

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