Html Css Color HEX #A4D10D Inch Worm

📋 copy color: '#A4D10D'

red 164 ◦ green 209 ◦ blue 13

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

Shades of Inch Worm #A4D10D

Tints of Inch Worm #A4D10D

RGB

 RED value IS 164 (64.45% from 255) = 42.49%

 GREEN value IS 209 (82.03% from 255) = 54.15%

 BLUE value IS 13 (5.47% from 255) = 3.37%

R = 42.49%
G = 54.15%
B = 3.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#A4D10D (or 0xA4D10D) is known color: Inch Worm. HEX triplet: A4, D1 and 0D. RGB value is (164,209,13). Sum of RGB (Red+Green+Blue) = 164+209+13=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 209 (82.03% from 255 or 54.15% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D10D is #5B2EF2. Grayscale: #ADADAD. Windows color (decimal): -5975795 or 905636. OLE color: 905636.

HSL color Cylindrical-coordinate representation of color #A4D10D: hue angle of 73.78º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4D10D is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 209 13 -
CMYK 0.22 0 0.94 0.18
HSL 73.78º 0.88% 0.44% -
HSV(B) 73.78º 0.94% 0.82% -
XYZ 38.18 53.52 8.7 -
YUV 173.2 37.59 121.44 -
System Red Green Blue C M Y K H S L
Decimal 164 209 13 0.22 0 0.94 0.18 73.78 0.88 0.44
Hex A4 D1 D 16 0 5E 12 4A 58 2C
Octal 244 321 15 26 0 136 22 112 130 54
Binary 10100100 11010001 1101 10110 0 1011110 10010 1001010 1011000 101100

Color Harmonies of #A4D10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D10D

Black with #A4D10D

Text Example


Text Example

White with #A4D10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D10D; }

 p { color: rgb(164,209,13); }

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

background-color css

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

 a { background-color: rgb(164,209,13); }

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

border-color css

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

 span { border-color: rgb(164,209,13); }

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