Html Css Color HEX #ACDF16 Inch Worm

📋 copy color: '#ACDF16'

red 172 ◦ green 223 ◦ blue 22

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

Shades of Inch Worm #ACDF16

Tints of Inch Worm #ACDF16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.28%

R = 41.25%
G = 53.48%
B = 5.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#ACDF16 (or 0xACDF16) is known color: Inch Worm. HEX triplet: AC, DF and 16. RGB value is (172,223,22). Sum of RGB (Red+Green+Blue) = 172+223+22=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDF16 is #5320E9. Grayscale: #B9B9B9. Windows color (decimal): -5447914 or 1499052. OLE color: 1499052.

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

Color convert

RGB 172 223 22 -
CMYK 0.23 0 0.90 0.13
HSL 75.22º 0.82% 0.48% -
HSV(B) 75.22º 0.9% 0.87% -
XYZ 43.55 61.6 10.35 -
YUV 184.84 36.1 118.84 -
System Red Green Blue C M Y K H S L
Decimal 172 223 22 0.23 0 0.90 0.13 75.22 0.82 0.48
Hex AC DF 16 17 0 5A D 4B 52 30
Octal 254 337 26 27 0 132 15 113 122 60
Binary 10101100 11011111 10110 10111 0 1011010 1101 1001011 1010010 110000

Color Harmonies of #ACDF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF16

Black with #ACDF16

Text Example


Text Example

White with #ACDF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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