Html Css Color HEX #A1D714 Inch Worm

📋 copy color: '#A1D714'

red 161 ◦ green 215 ◦ blue 20

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

Shades of Inch Worm #A1D714

Tints of Inch Worm #A1D714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.29%

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

R = 40.66%
G = 54.29%
B = 5.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#A1D714 (or 0xA1D714) is known color: Inch Worm. HEX triplet: A1, D7 and 14. RGB value is (161,215,20). Sum of RGB (Red+Green+Blue) = 161+215+20=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 215 (84.38% from 255 or 54.29% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D714 is #5E28EB. Grayscale: #B1B1B1. Windows color (decimal): -6170860 or 1365921. OLE color: 1365921.

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

Color convert

RGB 161 215 20 -
CMYK 0.25 0 0.91 0.16
HSL 76.62º 0.83% 0.46% -
HSV(B) 76.62º 0.91% 0.84% -
XYZ 39.12 56.23 9.45 -
YUV 176.62 39.61 116.86 -
System Red Green Blue C M Y K H S L
Decimal 161 215 20 0.25 0 0.91 0.16 76.62 0.83 0.46
Hex A1 D7 14 19 0 5B 10 4D 53 2E
Octal 241 327 24 31 0 133 20 115 123 56
Binary 10100001 11010111 10100 11001 0 1011011 10000 1001101 1010011 101110

Color Harmonies of #A1D714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D714

Black with #A1D714

Text Example


Text Example

White with #A1D714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D714; }

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

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

background-color css

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

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

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

border-color css

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

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

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