Html Css Color HEX #ACD928 Inch Worm

📋 copy color: '#ACD928'

red 172 ◦ green 217 ◦ blue 40

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

Shades of Inch Worm #ACD928

Tints of Inch Worm #ACD928

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.58%

 BLUE value IS 40 (16.02% from 255) = 9.32%

R = 40.09%
G = 50.58%
B = 9.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#ACD928 (or 0xACD928) is known color: Inch Worm. HEX triplet: AC, D9 and 28. RGB value is (172,217,40). Sum of RGB (Red+Green+Blue) = 172+217+40=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD928 is #5326D7. Grayscale: #B8B8B8. Windows color (decimal): -5449432 or 2677164. OLE color: 2677164.

HSL color Cylindrical-coordinate representation of color #ACD928: hue angle of 75.25º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACD928 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 40 -
CMYK 0.21 0 0.82 0.15
HSL 75.25º 0.7% 0.5% -
HSV(B) 75.25º 0.82% 0.85% -
XYZ 42.21 58.55 11.08 -
YUV 183.37 47.09 119.89 -
System Red Green Blue C M Y K H S L
Decimal 172 217 40 0.21 0 0.82 0.15 75.25 0.7 0.5
Hex AC D9 28 15 0 52 F 4B 46 32
Octal 254 331 50 25 0 122 17 113 106 62
Binary 10101100 11011001 101000 10101 0 1010010 1111 1001011 1000110 110010

Color Harmonies of #ACD928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD928

Black with #ACD928

Text Example


Text Example

White with #ACD928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD928; }

 p { color: rgb(172,217,40); }

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

background-color css

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

 a { background-color: rgb(172,217,40); }

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

border-color css

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

 span { border-color: rgb(172,217,40); }

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