Html Css Color HEX #A2D700 Inch Worm

📋 copy color: '#A2D700'

red 162 ◦ green 215 ◦ blue 0

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

Shades of Inch Worm #A2D700

Tints of Inch Worm #A2D700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.97%
G = 57.03%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#A2D700 (or 0xA2D700) is known color: Inch Worm. HEX triplet: A2, D7 and 00. RGB value is (162,215,0). Sum of RGB (Red+Green+Blue) = 162+215+0=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 215 (84.38% from 255 or 57.03% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D700 is #5D28FF. Grayscale: #AFAFAF. Windows color (decimal): -6105344 or 55202. OLE color: 55202.

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

Color convert

RGB 162 215 0 -
CMYK 0.25 0 1 0.16
HSL 74.79º 1% 0.42% -
HSV(B) 74.79º 1% 0.84% -
XYZ 39.2 56.28 8.8 -
YUV 174.64 29.44 118.98 -
System Red Green Blue C M Y K H S L
Decimal 162 215 0 0.25 0 1 0.16 74.79 1 0.42
Hex A2 D7 0 19 0 64 10 4B 64 2A
Octal 242 327 0 31 0 144 20 113 144 52
Binary 10100010 11010111 0 11001 0 1100100 10000 1001011 1100100 101010

Color Harmonies of #A2D700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D700

Black with #A2D700

Text Example


Text Example

White with #A2D700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D700; }

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

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

background-color css

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

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

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

border-color css

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

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

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