Html Css Color HEX #A2DB04 Inch Worm

📋 copy color: '#A2DB04'

red 162 ◦ green 219 ◦ blue 4

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

Shades of Inch Worm #A2DB04

Tints of Inch Worm #A2DB04

RGB

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

 GREEN value IS 219 (85.94% from 255) = 56.88%

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 42.08%
G = 56.88%
B = 1.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#A2DB04 (or 0xA2DB04) is known color: Inch Worm. HEX triplet: A2, DB and 04. RGB value is (162,219,4). Sum of RGB (Red+Green+Blue) = 162+219+4=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2DB04 is #5D24FB. Grayscale: #B2B2B2. Windows color (decimal): -6104316 or 318370. OLE color: 318370.

HSL color Cylindrical-coordinate representation of color #A2DB04: hue angle of 75.91º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2DB04 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 219 4 -
CMYK 0.26 0 0.98 0.14
HSL 75.91º 0.96% 0.44% -
HSV(B) 75.91º 0.98% 0.86% -
XYZ 40.25 58.35 9.26 -
YUV 177.45 30.12 116.98 -
System Red Green Blue C M Y K H S L
Decimal 162 219 4 0.26 0 0.98 0.14 75.91 0.96 0.44
Hex A2 DB 4 1A 0 62 E 4C 60 2C
Octal 242 333 4 32 0 142 16 114 140 54
Binary 10100010 11011011 100 11010 0 1100010 1110 1001100 1100000 101100

Color Harmonies of #A2DB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DB04

Black with #A2DB04

Text Example


Text Example

White with #A2DB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DB04; }

 p { color: rgb(162,219,4); }

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

background-color css

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

 a { background-color: rgb(162,219,4); }

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

border-color css

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

 span { border-color: rgb(162,219,4); }

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