Html Css Color HEX #A5D410 Inch Worm

📋 copy color: '#A5D410'

red 165 ◦ green 212 ◦ blue 16

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

Shades of Inch Worm #A5D410

Tints of Inch Worm #A5D410

RGB

 RED value IS 165 (64.84% from 255) = 41.98%

 GREEN value IS 212 (83.2% from 255) = 53.94%

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

R = 41.98%
G = 53.94%
B = 4.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#A5D410 (or 0xA5D410) is known color: Inch Worm. HEX triplet: A5, D4 and 10. RGB value is (165,212,16). Sum of RGB (Red+Green+Blue) = 165+212+16=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 212 (83.20% from 255 or 53.94% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D410 is #5A2BEF. Grayscale: #B0B0B0. Windows color (decimal): -5909488 or 1103013. OLE color: 1103013.

HSL color Cylindrical-coordinate representation of color #A5D410: hue angle of 74.39º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5D410 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 212 16 -
CMYK 0.22 0 0.92 0.17
HSL 74.39º 0.86% 0.45% -
HSV(B) 74.39º 0.92% 0.83% -
XYZ 39.15 55.12 9.07 -
YUV 175.6 37.93 120.44 -
System Red Green Blue C M Y K H S L
Decimal 165 212 16 0.22 0 0.92 0.17 74.39 0.86 0.45
Hex A5 D4 10 16 0 5C 11 4A 56 2D
Octal 245 324 20 26 0 134 21 112 126 55
Binary 10100101 11010100 10000 10110 0 1011100 10001 1001010 1010110 101101

Color Harmonies of #A5D410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D410

Black with #A5D410

Text Example


Text Example

White with #A5D410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D410; }

 p { color: rgb(165,212,16); }

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

background-color css

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

 a { background-color: rgb(165,212,16); }

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

border-color css

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

 span { border-color: rgb(165,212,16); }

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