Html Css Color HEX #ACDD0E Inch Worm

📋 copy color: '#ACDD0E'

red 172 ◦ green 221 ◦ blue 14

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

Shades of Inch Worm #ACDD0E

Tints of Inch Worm #ACDD0E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.3%

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

R = 42.26%
G = 54.3%
B = 3.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#ACDD0E (or 0xACDD0E) is known color: Inch Worm. HEX triplet: AC, DD and 0E. RGB value is (172,221,14). Sum of RGB (Red+Green+Blue) = 172+221+14=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDD0E is #5322F1. Grayscale: #B7B7B7. Windows color (decimal): -5448434 or 974252. OLE color: 974252.

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

Color convert

RGB 172 221 14 -
CMYK 0.22 0 0.94 0.13
HSL 74.2º 0.88% 0.46% -
HSV(B) 74.2º 0.94% 0.87% -
XYZ 42.95 60.52 9.83 -
YUV 182.75 32.77 120.33 -
System Red Green Blue C M Y K H S L
Decimal 172 221 14 0.22 0 0.94 0.13 74.2 0.88 0.46
Hex AC DD E 16 0 5E D 4A 58 2E
Octal 254 335 16 26 0 136 15 112 130 56
Binary 10101100 11011101 1110 10110 0 1011110 1101 1001010 1011000 101110

Color Harmonies of #ACDD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD0E

Black with #ACDD0E

Text Example


Text Example

White with #ACDD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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