Html Css Color HEX #A5D810 Inch Worm

📋 copy color: '#A5D810'

red 165 ◦ green 216 ◦ blue 16

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

Shades of Inch Worm #A5D810

Tints of Inch Worm #A5D810

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.41%

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

R = 41.56%
G = 54.41%
B = 4.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#A5D810 (or 0xA5D810) is known color: Inch Worm. HEX triplet: A5, D8 and 10. RGB value is (165,216,16). Sum of RGB (Red+Green+Blue) = 165+216+16=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D810 is #5A27EF. Grayscale: #B2B2B2. Windows color (decimal): -5908464 or 1104037. OLE color: 1104037.

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

Color convert

RGB 165 216 16 -
CMYK 0.24 0 0.93 0.15
HSL 75.3º 0.86% 0.45% -
HSV(B) 75.3º 0.93% 0.85% -
XYZ 40.17 57.15 9.4 -
YUV 177.95 36.6 118.76 -
System Red Green Blue C M Y K H S L
Decimal 165 216 16 0.24 0 0.93 0.15 75.3 0.86 0.45
Hex A5 D8 10 18 0 5D F 4B 56 2D
Octal 245 330 20 30 0 135 17 113 126 55
Binary 10100101 11011000 10000 11000 0 1011101 1111 1001011 1010110 101101

Color Harmonies of #A5D810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D810

Black with #A5D810

Text Example


Text Example

White with #A5D810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D810; }

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

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

background-color css

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

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

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

border-color css

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

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

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