Html Css Color HEX #ACD828 Inch Worm

📋 copy color: '#ACD828'

red 172 ◦ green 216 ◦ blue 40

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

Shades of Inch Worm #ACD828

Tints of Inch Worm #ACD828

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.47%

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

R = 40.19%
G = 50.47%
B = 9.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#ACD828 (or 0xACD828) is known color: Inch Worm. HEX triplet: AC, D8 and 28. RGB value is (172,216,40). Sum of RGB (Red+Green+Blue) = 172+216+40=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD828 is #5327D7. Grayscale: #B7B7B7. Windows color (decimal): -5449688 or 2676908. OLE color: 2676908.

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

Color convert

RGB 172 216 40 -
CMYK 0.20 0 0.81 0.15
HSL 75º 0.69% 0.5% -
HSV(B) 75º 0.81% 0.85% -
XYZ 41.95 58.04 11 -
YUV 182.78 47.42 120.31 -
System Red Green Blue C M Y K H S L
Decimal 172 216 40 0.20 0 0.81 0.15 75 0.69 0.5
Hex AC D8 28 14 0 51 F 4B 45 32
Octal 254 330 50 24 0 121 17 113 105 62
Binary 10101100 11011000 101000 10100 0 1010001 1111 1001011 1000101 110010

Color Harmonies of #ACD828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD828

Black with #ACD828

Text Example


Text Example

White with #ACD828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD828; }

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

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

background-color css

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

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

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

border-color css

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

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

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