Html Css Color HEX #A2DA04 Inch Worm

📋 copy color: '#A2DA04'

red 162 ◦ green 218 ◦ blue 4

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

Shades of Inch Worm #A2DA04

Tints of Inch Worm #A2DA04

RGB

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

 GREEN value IS 218 (85.55% from 255) = 56.77%

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

R = 42.19%
G = 56.77%
B = 1.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#A2DA04 (or 0xA2DA04) is known color: Inch Worm. HEX triplet: A2, DA and 04. RGB value is (162,218,4). Sum of RGB (Red+Green+Blue) = 162+218+4=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 218 (85.55% from 255 or 56.77% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2DA04 is #5D25FB. Grayscale: #B1B1B1. Windows color (decimal): -6104572 or 318114. OLE color: 318114.

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

Color convert

RGB 162 218 4 -
CMYK 0.26 0 0.98 0.15
HSL 75.7º 0.96% 0.44% -
HSV(B) 75.7º 0.98% 0.85% -
XYZ 39.99 57.83 9.17 -
YUV 176.86 30.45 117.4 -
System Red Green Blue C M Y K H S L
Decimal 162 218 4 0.26 0 0.98 0.15 75.7 0.96 0.44
Hex A2 DA 4 1A 0 62 F 4C 60 2C
Octal 242 332 4 32 0 142 17 114 140 54
Binary 10100010 11011010 100 11010 0 1100010 1111 1001100 1100000 101100

Color Harmonies of #A2DA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DA04

Black with #A2DA04

Text Example


Text Example

White with #A2DA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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