Html Css Color HEX #A1D416 Inch Worm

📋 copy color: '#A1D416'

red 161 ◦ green 212 ◦ blue 22

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

Shades of Inch Worm #A1D416

Tints of Inch Worm #A1D416

RGB

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

 GREEN value IS 212 (83.2% from 255) = 53.67%

 BLUE value IS 22 (8.98% from 255) = 5.57%

R = 40.76%
G = 53.67%
B = 5.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#A1D416 (or 0xA1D416) is known color: Inch Worm. HEX triplet: A1, D4 and 16. RGB value is (161,212,22). Sum of RGB (Red+Green+Blue) = 161+212+22=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 212 (83.20% from 255 or 53.67% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D416 is #5E2BE9. Grayscale: #AFAFAF. Windows color (decimal): -6171626 or 1496225. OLE color: 1496225.

HSL color Cylindrical-coordinate representation of color #A1D416: hue angle of 76.11º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1D416 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 161 212 22 -
CMYK 0.24 0 0.90 0.17
HSL 76.11º 0.81% 0.46% -
HSV(B) 76.11º 0.9% 0.83% -
XYZ 38.39 54.72 9.3 -
YUV 175.09 41.6 117.95 -
System Red Green Blue C M Y K H S L
Decimal 161 212 22 0.24 0 0.90 0.17 76.11 0.81 0.46
Hex A1 D4 16 18 0 5A 11 4C 51 2E
Octal 241 324 26 30 0 132 21 114 121 56
Binary 10100001 11010100 10110 11000 0 1011010 10001 1001100 1010001 101110

Color Harmonies of #A1D416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D416

Black with #A1D416

Text Example


Text Example

White with #A1D416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D416; }

 p { color: rgb(161,212,22); }

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

background-color css

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

 a { background-color: rgb(161,212,22); }

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

border-color css

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

 span { border-color: rgb(161,212,22); }

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