Html Css Color HEX #ACD622 Inch Worm

📋 copy color: '#ACD622'

red 172 ◦ green 214 ◦ blue 34

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

Shades of Inch Worm #ACD622

Tints of Inch Worm #ACD622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.1%

R = 40.95%
G = 50.95%
B = 8.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#ACD622 (or 0xACD622) is known color: Inch Worm. HEX triplet: AC, D6 and 22. RGB value is (172,214,34). Sum of RGB (Red+Green+Blue) = 172+214+34=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD622 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD622 is #5329DD. Grayscale: #B5B5B5. Windows color (decimal): -5450206 or 2283180. OLE color: 2283180.

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

Color convert

RGB 172 214 34 -
CMYK 0.20 0 0.84 0.16
HSL 74º 0.73% 0.49% -
HSV(B) 74º 0.84% 0.84% -
XYZ 41.35 56.98 10.33 -
YUV 180.92 45.09 121.64 -
System Red Green Blue C M Y K H S L
Decimal 172 214 34 0.20 0 0.84 0.16 74 0.73 0.49
Hex AC D6 22 14 0 54 10 4A 49 31
Octal 254 326 42 24 0 124 20 112 111 61
Binary 10101100 11010110 100010 10100 0 1010100 10000 1001010 1001001 110001

Color Harmonies of #ACD622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD622

Black with #ACD622

Text Example


Text Example

White with #ACD622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD622; }

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

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

background-color css

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

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

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

border-color css

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

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

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