Html Css Color HEX #A1DD0C Inch Worm

📋 copy color: '#A1DD0C'

red 161 ◦ green 221 ◦ blue 12

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

Shades of Inch Worm #A1DD0C

Tints of Inch Worm #A1DD0C

RGB

 RED value IS 161 (63.28% from 255) = 40.86%

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

 BLUE value IS 12 (5.08% from 255) = 3.05%

R = 40.86%
G = 56.09%
B = 3.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#A1DD0C (or 0xA1DD0C) is known color: Inch Worm. HEX triplet: A1, DD and 0C. RGB value is (161,221,12). Sum of RGB (Red+Green+Blue) = 161+221+12=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DD0C is #5E22F3. Grayscale: #B4B4B4. Windows color (decimal): -6169332 or 843169. OLE color: 843169.

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

Color convert

RGB 161 221 12 -
CMYK 0.27 0 0.95 0.13
HSL 77.22º 0.9% 0.46% -
HSV(B) 77.22º 0.95% 0.87% -
XYZ 40.62 59.32 9.66 -
YUV 179.23 33.62 114.99 -
System Red Green Blue C M Y K H S L
Decimal 161 221 12 0.27 0 0.95 0.13 77.22 0.9 0.46
Hex A1 DD C 1B 0 5F D 4D 5A 2E
Octal 241 335 14 33 0 137 15 115 132 56
Binary 10100001 11011101 1100 11011 0 1011111 1101 1001101 1011010 101110

Color Harmonies of #A1DD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD0C

Black with #A1DD0C

Text Example


Text Example

White with #A1DD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD0C; }

 p { color: rgb(161,221,12); }

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

background-color css

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

 a { background-color: rgb(161,221,12); }

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

border-color css

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

 span { border-color: rgb(161,221,12); }

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