Html Css Color HEX #A5E40D Inch Worm

📋 copy color: '#A5E40D'

red 165 ◦ green 228 ◦ blue 13

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

Shades of Inch Worm #A5E40D

Tints of Inch Worm #A5E40D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 56.16%

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

R = 40.64%
G = 56.16%
B = 3.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#A5E40D (or 0xA5E40D) is known color: Inch Worm. HEX triplet: A5, E4 and 0D. RGB value is (165,228,13). Sum of RGB (Red+Green+Blue) = 165+228+13=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 228 (89.45% from 255 or 56.16% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E40D is #5A1BF2. Grayscale: #B9B9B9. Windows color (decimal): -5905395 or 910501. OLE color: 910501.

HSL color Cylindrical-coordinate representation of color #A5E40D: hue angle of 77.58º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5E40D is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 228 13 -
CMYK 0.28 0 0.94 0.11
HSL 77.58º 0.89% 0.47% -
HSV(B) 77.58º 0.94% 0.89% -
XYZ 43.33 63.52 10.36 -
YUV 184.65 31.13 113.98 -
System Red Green Blue C M Y K H S L
Decimal 165 228 13 0.28 0 0.94 0.11 77.58 0.89 0.47
Hex A5 E4 D 1C 0 5E B 4E 59 2F
Octal 245 344 15 34 0 136 13 116 131 57
Binary 10100101 11100100 1101 11100 0 1011110 1011 1001110 1011001 101111

Color Harmonies of #A5E40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E40D

Black with #A5E40D

Text Example


Text Example

White with #A5E40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E40D; }

 p { color: rgb(165,228,13); }

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

background-color css

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

 a { background-color: rgb(165,228,13); }

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

border-color css

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

 span { border-color: rgb(165,228,13); }

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