Html Css Color HEX #A2D712 Inch Worm

📋 copy color: '#A2D712'

red 162 ◦ green 215 ◦ blue 18

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

Shades of Inch Worm #A2D712

Tints of Inch Worm #A2D712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.56%

R = 41.01%
G = 54.43%
B = 4.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#A2D712 (or 0xA2D712) is known color: Inch Worm. HEX triplet: A2, D7 and 12. RGB value is (162,215,18). Sum of RGB (Red+Green+Blue) = 162+215+18=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 215 (84.38% from 255 or 54.43% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D712 is #5D28ED. Grayscale: #B1B1B1. Windows color (decimal): -6105326 or 1234850. OLE color: 1234850.

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

Color convert

RGB 162 215 18 -
CMYK 0.25 0 0.92 0.16
HSL 76.14º 0.85% 0.46% -
HSV(B) 76.14º 0.92% 0.84% -
XYZ 39.31 56.33 9.37 -
YUV 176.7 38.44 117.52 -
System Red Green Blue C M Y K H S L
Decimal 162 215 18 0.25 0 0.92 0.16 76.14 0.85 0.46
Hex A2 D7 12 19 0 5C 10 4C 55 2E
Octal 242 327 22 31 0 134 20 114 125 56
Binary 10100010 11010111 10010 11001 0 1011100 10000 1001100 1010101 101110

Color Harmonies of #A2D712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D712

Black with #A2D712

Text Example


Text Example

White with #A2D712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D712; }

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

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

background-color css

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

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

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

border-color css

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

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

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