Html Css Color HEX #A1D20F Inch Worm

📋 copy color: '#A1D20F'

red 161 ◦ green 210 ◦ blue 15

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

Shades of Inch Worm #A1D20F

Tints of Inch Worm #A1D20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.89%

R = 41.71%
G = 54.4%
B = 3.89%

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

#A1D20F (or 0xA1D20F) is known color: Inch Worm. HEX triplet: A1, D2 and 0F. RGB value is (161,210,15). Sum of RGB (Red+Green+Blue) = 161+210+15=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 210 (82.42% from 255 or 54.40% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D20F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D20F is #5E2DF0. Grayscale: #ADADAD. Windows color (decimal): -6172145 or 1036961. OLE color: 1036961.

HSL color Cylindrical-coordinate representation of color #A1D20F: hue angle of 75.08º degrees, saturation: 0.87, 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 #A1D20F is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 210 15 -
CMYK 0.23 0 0.93 0.18
HSL 75.08º 0.87% 0.44% -
HSV(B) 75.08º 0.93% 0.82% -
XYZ 37.83 53.7 8.82 -
YUV 173.12 38.77 119.36 -
System Red Green Blue C M Y K H S L
Decimal 161 210 15 0.23 0 0.93 0.18 75.08 0.87 0.44
Hex A1 D2 F 17 0 5D 12 4B 57 2C
Octal 241 322 17 27 0 135 22 113 127 54
Binary 10100001 11010010 1111 10111 0 1011101 10010 1001011 1010111 101100

Color Harmonies of #A1D20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D20F

Black with #A1D20F

Text Example


Text Example

White with #A1D20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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