Html Css Color HEX #A5E60D Inch Worm

📋 copy color: '#A5E60D'

red 165 ◦ green 230 ◦ blue 13

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

Shades of Inch Worm #A5E60D

Tints of Inch Worm #A5E60D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 56.37%

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

R = 40.44%
G = 56.37%
B = 3.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#A5E60D (or 0xA5E60D) is known color: Inch Worm. HEX triplet: A5, E6 and 0D. RGB value is (165,230,13). Sum of RGB (Red+Green+Blue) = 165+230+13=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 230 (90.23% from 255 or 56.37% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E60D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5E60D is #5A19F2. Grayscale: #BABABA. Windows color (decimal): -5904883 or 911013. OLE color: 911013.

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

Color convert

RGB 165 230 13 -
CMYK 0.28 0 0.94 0.10
HSL 77.97º 0.89% 0.48% -
HSV(B) 77.97º 0.94% 0.9% -
XYZ 43.89 64.62 10.54 -
YUV 185.83 30.47 113.14 -
System Red Green Blue C M Y K H S L
Decimal 165 230 13 0.28 0 0.94 0.10 77.97 0.89 0.48
Hex A5 E6 D 1C 0 5E A 4E 59 30
Octal 245 346 15 34 0 136 12 116 131 60
Binary 10100101 11100110 1101 11100 0 1011110 1010 1001110 1011001 110000

Color Harmonies of #A5E60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E60D

Black with #A5E60D

Text Example


Text Example

White with #A5E60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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