Html Css Color HEX #A5E108 Inch Worm

📋 copy color: '#A5E108'

red 165 ◦ green 225 ◦ blue 8

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

Shades of Inch Worm #A5E108

Tints of Inch Worm #A5E108

RGB

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

 GREEN value IS 225 (88.28% from 255) = 56.53%

 BLUE value IS 8 (3.52% from 255) = 2.01%

R = 41.46%
G = 56.53%
B = 2.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#A5E108 (or 0xA5E108) is known color: Inch Worm. HEX triplet: A5, E1 and 08. RGB value is (165,225,8). Sum of RGB (Red+Green+Blue) = 165+225+8=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 225 (88.28% from 255 or 56.53% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E108 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E108 is #5A1EF7. Grayscale: #B7B7B7. Windows color (decimal): -5906168 or 582053. OLE color: 582053.

HSL color Cylindrical-coordinate representation of color #A5E108: hue angle of 76.59º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5E108 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 225 8 -
CMYK 0.27 0 0.96 0.12
HSL 76.59º 0.93% 0.46% -
HSV(B) 76.59º 0.96% 0.88% -
XYZ 42.49 61.87 9.93 -
YUV 182.32 29.62 115.64 -
System Red Green Blue C M Y K H S L
Decimal 165 225 8 0.27 0 0.96 0.12 76.59 0.93 0.46
Hex A5 E1 8 1B 0 60 C 4D 5D 2E
Octal 245 341 10 33 0 140 14 115 135 56
Binary 10100101 11100001 1000 11011 0 1100000 1100 1001101 1011101 101110

Color Harmonies of #A5E108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E108

Black with #A5E108

Text Example


Text Example

White with #A5E108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E108; }

 p { color: rgb(165,225,8); }

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

background-color css

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

 a { background-color: rgb(165,225,8); }

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

border-color css

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

 span { border-color: rgb(165,225,8); }

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