Html Css Color HEX #A1DD0E Inch Worm

📋 copy color: '#A1DD0E'

red 161 ◦ green 221 ◦ blue 14

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

Shades of Inch Worm #A1DD0E

Tints of Inch Worm #A1DD0E

RGB

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

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

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

R = 40.66%
G = 55.81%
B = 3.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#A1DD0E (or 0xA1DD0E) is known color: Inch Worm. HEX triplet: A1, DD and 0E. RGB value is (161,221,14). Sum of RGB (Red+Green+Blue) = 161+221+14=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DD0E is #5E22F1. Grayscale: #B4B4B4. Windows color (decimal): -6169330 or 974241. OLE color: 974241.

HSL color Cylindrical-coordinate representation of color #A1DD0E: hue angle of 77.39º 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 #A1DD0E is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 221 14 -
CMYK 0.27 0 0.94 0.13
HSL 77.39º 0.88% 0.46% -
HSV(B) 77.39º 0.94% 0.87% -
XYZ 40.63 59.32 9.72 -
YUV 179.46 34.62 114.83 -
System Red Green Blue C M Y K H S L
Decimal 161 221 14 0.27 0 0.94 0.13 77.39 0.88 0.46
Hex A1 DD E 1B 0 5E D 4D 58 2E
Octal 241 335 16 33 0 136 15 115 130 56
Binary 10100001 11011101 1110 11011 0 1011110 1101 1001101 1011000 101110

Color Harmonies of #A1DD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD0E

Black with #A1DD0E

Text Example


Text Example

White with #A1DD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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