Html Css Color HEX #A4D60D Inch Worm

📋 copy color: '#A4D60D'

red 164 ◦ green 214 ◦ blue 13

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

Shades of Inch Worm #A4D60D

Tints of Inch Worm #A4D60D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.73%

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

R = 41.94%
G = 54.73%
B = 3.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#A4D60D (or 0xA4D60D) is known color: Inch Worm. HEX triplet: A4, D6 and 0D. RGB value is (164,214,13). Sum of RGB (Red+Green+Blue) = 164+214+13=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 214 (83.98% from 255 or 54.73% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D60D is #5B29F2. Grayscale: #B0B0B0. Windows color (decimal): -5974515 or 906916. OLE color: 906916.

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

Color convert

RGB 164 214 13 -
CMYK 0.23 0 0.94 0.16
HSL 74.93º 0.89% 0.45% -
HSV(B) 74.93º 0.94% 0.84% -
XYZ 39.43 56.01 9.11 -
YUV 176.14 35.94 119.34 -
System Red Green Blue C M Y K H S L
Decimal 164 214 13 0.23 0 0.94 0.16 74.93 0.89 0.45
Hex A4 D6 D 17 0 5E 10 4B 59 2D
Octal 244 326 15 27 0 136 20 113 131 55
Binary 10100100 11010110 1101 10111 0 1011110 10000 1001011 1011001 101101

Color Harmonies of #A4D60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D60D

Black with #A4D60D

Text Example


Text Example

White with #A4D60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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