Html Css Color HEX #A2D815 Inch Worm

📋 copy color: '#A2D815'

red 162 ◦ green 216 ◦ blue 21

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

Shades of Inch Worm #A2D815

Tints of Inch Worm #A2D815

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.14%

 BLUE value IS 21 (8.59% from 255) = 5.26%

R = 40.6%
G = 54.14%
B = 5.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#A2D815 (or 0xA2D815) is known color: Inch Worm. HEX triplet: A2, D8 and 15. RGB value is (162,216,21). Sum of RGB (Red+Green+Blue) = 162+216+21=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 216 (84.77% from 255 or 54.14% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D815 is #5D27EA. Grayscale: #B2B2B2. Windows color (decimal): -6105067 or 1431714. OLE color: 1431714.

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

Color convert

RGB 162 216 21 -
CMYK 0.25 0 0.90 0.15
HSL 76.62º 0.82% 0.46% -
HSV(B) 76.62º 0.9% 0.85% -
XYZ 39.59 56.85 9.6 -
YUV 177.62 39.61 116.86 -
System Red Green Blue C M Y K H S L
Decimal 162 216 21 0.25 0 0.90 0.15 76.62 0.82 0.46
Hex A2 D8 15 19 0 5A F 4D 52 2E
Octal 242 330 25 31 0 132 17 115 122 56
Binary 10100010 11011000 10101 11001 0 1011010 1111 1001101 1010010 101110

Color Harmonies of #A2D815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D815

Black with #A2D815

Text Example


Text Example

White with #A2D815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D815; }

 p { color: rgb(162,216,21); }

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

background-color css

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

 a { background-color: rgb(162,216,21); }

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

border-color css

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

 span { border-color: rgb(162,216,21); }

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