Html Css Color HEX #A2D516 Inch Worm

📋 copy color: '#A2D516'

red 162 ◦ green 213 ◦ blue 22

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

Shades of Inch Worm #A2D516

Tints of Inch Worm #A2D516

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.65%

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

R = 40.81%
G = 53.65%
B = 5.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#A2D516 (or 0xA2D516) is known color: Inch Worm. HEX triplet: A2, D5 and 16. RGB value is (162,213,22). Sum of RGB (Red+Green+Blue) = 162+213+22=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 213 (83.59% from 255 or 53.65% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D516 is #5D2AE9. Grayscale: #B0B0B0. Windows color (decimal): -6105834 or 1496482. OLE color: 1496482.

HSL color Cylindrical-coordinate representation of color #A2D516: hue angle of 76.02º 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 #A2D516 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 213 22 -
CMYK 0.24 0 0.90 0.16
HSL 76.02º 0.81% 0.46% -
HSV(B) 76.02º 0.9% 0.84% -
XYZ 38.84 55.33 9.39 -
YUV 175.98 41.1 118.03 -
System Red Green Blue C M Y K H S L
Decimal 162 213 22 0.24 0 0.90 0.16 76.02 0.81 0.46
Hex A2 D5 16 18 0 5A 10 4C 51 2E
Octal 242 325 26 30 0 132 20 114 121 56
Binary 10100010 11010101 10110 11000 0 1011010 10000 1001100 1010001 101110

Color Harmonies of #A2D516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D516

Black with #A2D516

Text Example


Text Example

White with #A2D516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D516; }

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

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

background-color css

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

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

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

border-color css

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

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

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