Html Css Color HEX #ACDB0E Inch Worm

📋 copy color: '#ACDB0E'

red 172 ◦ green 219 ◦ blue 14

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

Shades of Inch Worm #ACDB0E

Tints of Inch Worm #ACDB0E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 54.07%

 BLUE value IS 14 (5.86% from 255) = 3.46%

R = 42.47%
G = 54.07%
B = 3.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#ACDB0E (or 0xACDB0E) is known color: Inch Worm. HEX triplet: AC, DB and 0E. RGB value is (172,219,14). Sum of RGB (Red+Green+Blue) = 172+219+14=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 219 (85.94% from 255 or 54.07% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDB0E is #5324F1. Grayscale: #B6B6B6. Windows color (decimal): -5448946 or 973740. OLE color: 973740.

HSL color Cylindrical-coordinate representation of color #ACDB0E: hue angle of 73.76º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACDB0E is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 14 -
CMYK 0.21 0 0.94 0.14
HSL 73.76º 0.88% 0.46% -
HSV(B) 73.76º 0.94% 0.86% -
XYZ 42.42 59.47 9.66 -
YUV 181.58 33.43 121.17 -
System Red Green Blue C M Y K H S L
Decimal 172 219 14 0.21 0 0.94 0.14 73.76 0.88 0.46
Hex AC DB E 15 0 5E E 4A 58 2E
Octal 254 333 16 25 0 136 16 112 130 56
Binary 10101100 11011011 1110 10101 0 1011110 1110 1001010 1011000 101110

Color Harmonies of #ACDB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB0E

Black with #ACDB0E

Text Example


Text Example

White with #ACDB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB0E; }

 p { color: rgb(172,219,14); }

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

background-color css

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

 a { background-color: rgb(172,219,14); }

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

border-color css

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

 span { border-color: rgb(172,219,14); }

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