Html Css Color HEX #ACDD1E Inch Worm

📋 copy color: '#ACDD1E'

red 172 ◦ green 221 ◦ blue 30

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

Shades of Inch Worm #ACDD1E

Tints of Inch Worm #ACDD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.09%

R = 40.66%
G = 52.25%
B = 7.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#ACDD1E (or 0xACDD1E) is known color: Inch Worm. HEX triplet: AC, DD and 1E. RGB value is (172,221,30). Sum of RGB (Red+Green+Blue) = 172+221+30=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 30 (12.11% from 255 or 7.09% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD1E is #5322E1. Grayscale: #B9B9B9. Windows color (decimal): -5448418 or 2022828. OLE color: 2022828.

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

Color convert

RGB 172 221 30 -
CMYK 0.22 0 0.86 0.13
HSL 75.39º 0.76% 0.49% -
HSV(B) 75.39º 0.86% 0.87% -
XYZ 43.1 60.58 10.65 -
YUV 184.58 40.77 119.03 -
System Red Green Blue C M Y K H S L
Decimal 172 221 30 0.22 0 0.86 0.13 75.39 0.76 0.49
Hex AC DD 1E 16 0 56 D 4B 4C 31
Octal 254 335 36 26 0 126 15 113 114 61
Binary 10101100 11011101 11110 10110 0 1010110 1101 1001011 1001100 110001

Color Harmonies of #ACDD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD1E

Black with #ACDD1E

Text Example


Text Example

White with #ACDD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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