Html Css Color HEX #ACDF10 Inch Worm

📋 copy color: '#ACDF10'

red 172 ◦ green 223 ◦ blue 16

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

Shades of Inch Worm #ACDF10

Tints of Inch Worm #ACDF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.89%

R = 41.85%
G = 54.26%
B = 3.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#ACDF10 (or 0xACDF10) is known color: Inch Worm. HEX triplet: AC, DF and 10. RGB value is (172,223,16). Sum of RGB (Red+Green+Blue) = 172+223+16=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 223 (87.5% from 255 or 54.26% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDF10 is #5320EF. Grayscale: #B8B8B8. Windows color (decimal): -5447920 or 1105836. OLE color: 1105836.

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

Color convert

RGB 172 223 16 -
CMYK 0.23 0 0.93 0.13
HSL 74.78º 0.87% 0.47% -
HSV(B) 74.78º 0.93% 0.87% -
XYZ 43.49 61.58 10.08 -
YUV 184.15 33.1 119.33 -
System Red Green Blue C M Y K H S L
Decimal 172 223 16 0.23 0 0.93 0.13 74.78 0.87 0.47
Hex AC DF 10 17 0 5D D 4B 57 2F
Octal 254 337 20 27 0 135 15 113 127 57
Binary 10101100 11011111 10000 10111 0 1011101 1101 1001011 1010111 101111

Color Harmonies of #ACDF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF10

Black with #ACDF10

Text Example


Text Example

White with #ACDF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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