Html Css Color HEX #A2D710 Inch Worm

📋 copy color: '#A2D710'

red 162 ◦ green 215 ◦ blue 16

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

Shades of Inch Worm #A2D710

Tints of Inch Worm #A2D710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.07%

R = 41.22%
G = 54.71%
B = 4.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#A2D710 (or 0xA2D710) is known color: Inch Worm. HEX triplet: A2, D7 and 10. RGB value is (162,215,16). Sum of RGB (Red+Green+Blue) = 162+215+16=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 215 (84.38% from 255 or 54.71% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D710 is #5D28EF. Grayscale: #B1B1B1. Windows color (decimal): -6105328 or 1103778. OLE color: 1103778.

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

Color convert

RGB 162 215 16 -
CMYK 0.25 0 0.93 0.16
HSL 75.98º 0.86% 0.45% -
HSV(B) 75.98º 0.93% 0.84% -
XYZ 39.29 56.32 9.29 -
YUV 176.47 37.44 117.68 -
System Red Green Blue C M Y K H S L
Decimal 162 215 16 0.25 0 0.93 0.16 75.98 0.86 0.45
Hex A2 D7 10 19 0 5D 10 4C 56 2D
Octal 242 327 20 31 0 135 20 114 126 55
Binary 10100010 11010111 10000 11001 0 1011101 10000 1001100 1010110 101101

Color Harmonies of #A2D710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D710

Black with #A2D710

Text Example


Text Example

White with #A2D710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D710; }

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

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

background-color css

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

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

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

border-color css

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

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

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