Html Css Color HEX #A2D618 Inch Worm

📋 copy color: '#A2D618'

red 162 ◦ green 214 ◦ blue 24

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

Shades of Inch Worm #A2D618

Tints of Inch Worm #A2D618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.5%

 BLUE value IS 24 (9.77% from 255) = 6%

R = 40.5%
G = 53.5%
B = 6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#A2D618 (or 0xA2D618) is known color: Inch Worm. HEX triplet: A2, D6 and 18. RGB value is (162,214,24). Sum of RGB (Red+Green+Blue) = 162+214+24=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D618 is #5D29E7. Grayscale: #B1B1B1. Windows color (decimal): -6105576 or 1627810. OLE color: 1627810.

HSL color Cylindrical-coordinate representation of color #A2D618: hue angle of 76.42º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2D618 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 214 24 -
CMYK 0.24 0 0.89 0.16
HSL 76.42º 0.8% 0.47% -
HSV(B) 76.42º 0.89% 0.84% -
XYZ 39.11 55.84 9.58 -
YUV 176.79 41.77 117.45 -
System Red Green Blue C M Y K H S L
Decimal 162 214 24 0.24 0 0.89 0.16 76.42 0.8 0.47
Hex A2 D6 18 18 0 59 10 4C 50 2F
Octal 242 326 30 30 0 131 20 114 120 57
Binary 10100010 11010110 11000 11000 0 1011001 10000 1001100 1010000 101111

Color Harmonies of #A2D618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D618

Black with #A2D618

Text Example


Text Example

White with #A2D618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D618; }

 p { color: rgb(162,214,24); }

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

background-color css

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

 a { background-color: rgb(162,214,24); }

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

border-color css

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

 span { border-color: rgb(162,214,24); }

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