Html Css Color HEX #A2D716 Inch Worm

📋 copy color: '#A2D716'

red 162 ◦ green 215 ◦ blue 22

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

Shades of Inch Worm #A2D716

Tints of Inch Worm #A2D716

RGB

 RED value IS 162 (63.67% from 255) = 40.6%

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

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

R = 40.6%
G = 53.88%
B = 5.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#A2D716 (or 0xA2D716) is known color: Inch Worm. HEX triplet: A2, D7 and 16. RGB value is (162,215,22). Sum of RGB (Red+Green+Blue) = 162+215+22=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D716 is #5D28E9. Grayscale: #B1B1B1. Windows color (decimal): -6105322 or 1496994. OLE color: 1496994.

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

Color convert

RGB 162 215 22 -
CMYK 0.25 0 0.90 0.16
HSL 76.48º 0.81% 0.46% -
HSV(B) 76.48º 0.9% 0.84% -
XYZ 39.35 56.34 9.56 -
YUV 177.15 40.44 117.19 -
System Red Green Blue C M Y K H S L
Decimal 162 215 22 0.25 0 0.90 0.16 76.48 0.81 0.46
Hex A2 D7 16 19 0 5A 10 4C 51 2E
Octal 242 327 26 31 0 132 20 114 121 56
Binary 10100010 11010111 10110 11001 0 1011010 10000 1001100 1010001 101110

Color Harmonies of #A2D716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D716

Black with #A2D716

Text Example


Text Example

White with #A2D716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D716; }

 p { color: rgb(162,215,22); }

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

background-color css

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

 a { background-color: rgb(162,215,22); }

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

border-color css

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

 span { border-color: rgb(162,215,22); }

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