Html Css Color HEX #A1D914 Inch Worm

📋 copy color: '#A1D914'

red 161 ◦ green 217 ◦ blue 20

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

Shades of Inch Worm #A1D914

Tints of Inch Worm #A1D914

RGB

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

 GREEN value IS 217 (85.16% from 255) = 54.52%

 BLUE value IS 20 (8.2% from 255) = 5.03%

R = 40.45%
G = 54.52%
B = 5.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#A1D914 (or 0xA1D914) is known color: Inch Worm. HEX triplet: A1, D9 and 14. RGB value is (161,217,20). Sum of RGB (Red+Green+Blue) = 161+217+20=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 217 (85.16% from 255 or 54.52% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D914 is #5E26EB. Grayscale: #B2B2B2. Windows color (decimal): -6170348 or 1366433. OLE color: 1366433.

HSL color Cylindrical-coordinate representation of color #A1D914: hue angle of 77.06º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1D914 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 217 20 -
CMYK 0.26 0 0.91 0.15
HSL 77.06º 0.83% 0.46% -
HSV(B) 77.06º 0.91% 0.85% -
XYZ 39.64 57.25 9.62 -
YUV 177.8 38.95 116.02 -
System Red Green Blue C M Y K H S L
Decimal 161 217 20 0.26 0 0.91 0.15 77.06 0.83 0.46
Hex A1 D9 14 1A 0 5B F 4D 53 2E
Octal 241 331 24 32 0 133 17 115 123 56
Binary 10100001 11011001 10100 11010 0 1011011 1111 1001101 1010011 101110

Color Harmonies of #A1D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D914

Black with #A1D914

Text Example


Text Example

White with #A1D914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D914; }

 p { color: rgb(161,217,20); }

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

background-color css

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

 a { background-color: rgb(161,217,20); }

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

border-color css

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

 span { border-color: rgb(161,217,20); }

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