Html Css Color HEX #ACDF28 Inch Worm

📋 copy color: '#ACDF28'

red 172 ◦ green 223 ◦ blue 40

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

Shades of Inch Worm #ACDF28

Tints of Inch Worm #ACDF28

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.26%

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

R = 39.54%
G = 51.26%
B = 9.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#ACDF28 (or 0xACDF28) is known color: Inch Worm. HEX triplet: AC, DF and 28. RGB value is (172,223,40). Sum of RGB (Red+Green+Blue) = 172+223+40=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF28 is #5320D7. Grayscale: #BBBBBB. Windows color (decimal): -5447896 or 2678700. OLE color: 2678700.

HSL color Cylindrical-coordinate representation of color #ACDF28: hue angle of 76.72º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACDF28 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 40 -
CMYK 0.23 0 0.82 0.13
HSL 76.72º 0.74% 0.52% -
HSV(B) 76.72º 0.82% 0.87% -
XYZ 43.78 61.7 11.61 -
YUV 186.89 45.1 117.38 -
System Red Green Blue C M Y K H S L
Decimal 172 223 40 0.23 0 0.82 0.13 76.72 0.74 0.52
Hex AC DF 28 17 0 52 D 4D 4A 34
Octal 254 337 50 27 0 122 15 115 112 64
Binary 10101100 11011111 101000 10111 0 1010010 1101 1001101 1001010 110100

Color Harmonies of #ACDF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF28

Black with #ACDF28

Text Example


Text Example

White with #ACDF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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