Html Css Color HEX #A4D610 Inch Worm

📋 copy color: '#A4D610'

red 164 ◦ green 214 ◦ blue 16

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

Shades of Inch Worm #A4D610

Tints of Inch Worm #A4D610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.06%

R = 41.62%
G = 54.31%
B = 4.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#A4D610 (or 0xA4D610) is known color: Inch Worm. HEX triplet: A4, D6 and 10. RGB value is (164,214,16). Sum of RGB (Red+Green+Blue) = 164+214+16=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 214 (83.98% from 255 or 54.31% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D610 is #5B29EF. Grayscale: #B1B1B1. Windows color (decimal): -5974512 or 1103524. OLE color: 1103524.

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

Color convert

RGB 164 214 16 -
CMYK 0.23 0 0.93 0.16
HSL 75.15º 0.86% 0.45% -
HSV(B) 75.15º 0.93% 0.84% -
XYZ 39.45 56.02 9.22 -
YUV 176.48 37.44 119.1 -
System Red Green Blue C M Y K H S L
Decimal 164 214 16 0.23 0 0.93 0.16 75.15 0.86 0.45
Hex A4 D6 10 17 0 5D 10 4B 56 2D
Octal 244 326 20 27 0 135 20 113 126 55
Binary 10100100 11010110 10000 10111 0 1011101 10000 1001011 1010110 101101

Color Harmonies of #A4D610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D610

Black with #A4D610

Text Example


Text Example

White with #A4D610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D610; }

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

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

background-color css

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

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

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

border-color css

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

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

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