Html Css Color HEX #A1D20E Inch Worm

📋 copy color: '#A1D20E'

red 161 ◦ green 210 ◦ blue 14

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

Shades of Inch Worm #A1D20E

Tints of Inch Worm #A1D20E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.55%

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

R = 41.82%
G = 54.55%
B = 3.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#A1D20E (or 0xA1D20E) is known color: Inch Worm. HEX triplet: A1, D2 and 0E. RGB value is (161,210,14). Sum of RGB (Red+Green+Blue) = 161+210+14=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 210 (82.42% from 255 or 54.55% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D20E is #5E2DF1. Grayscale: #ADADAD. Windows color (decimal): -6172146 or 971425. OLE color: 971425.

HSL color Cylindrical-coordinate representation of color #A1D20E: hue angle of 75º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1D20E is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 210 14 -
CMYK 0.23 0 0.93 0.18
HSL 75º 0.88% 0.44% -
HSV(B) 75º 0.93% 0.82% -
XYZ 37.82 53.7 8.79 -
YUV 173.01 38.27 119.44 -
System Red Green Blue C M Y K H S L
Decimal 161 210 14 0.23 0 0.93 0.18 75 0.88 0.44
Hex A1 D2 E 17 0 5D 12 4B 58 2C
Octal 241 322 16 27 0 135 22 113 130 54
Binary 10100001 11010010 1110 10111 0 1011101 10010 1001011 1011000 101100

Color Harmonies of #A1D20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D20E

Black with #A1D20E

Text Example


Text Example

White with #A1D20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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