Html Css Color HEX #A5E104 Inch Worm

📋 copy color: '#A5E104'

red 165 ◦ green 225 ◦ blue 4

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

Shades of Inch Worm #A5E104

Tints of Inch Worm #A5E104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.02%

R = 41.88%
G = 57.11%
B = 1.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#A5E104 (or 0xA5E104) is known color: Inch Worm. HEX triplet: A5, E1 and 04. RGB value is (165,225,4). Sum of RGB (Red+Green+Blue) = 165+225+4=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 225 (88.28% from 255 or 57.11% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E104 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E104 is #5A1EFB. Grayscale: #B6B6B6. Windows color (decimal): -5906172 or 319909. OLE color: 319909.

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

Color convert

RGB 165 225 4 -
CMYK 0.27 0 0.98 0.12
HSL 76.29º 0.97% 0.45% -
HSV(B) 76.29º 0.98% 0.88% -
XYZ 42.46 61.86 9.82 -
YUV 181.87 27.62 115.97 -
System Red Green Blue C M Y K H S L
Decimal 165 225 4 0.27 0 0.98 0.12 76.29 0.97 0.45
Hex A5 E1 4 1B 0 62 C 4C 61 2D
Octal 245 341 4 33 0 142 14 114 141 55
Binary 10100101 11100001 100 11011 0 1100010 1100 1001100 1100001 101101

Color Harmonies of #A5E104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E104

Black with #A5E104

Text Example


Text Example

White with #A5E104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E104; }

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

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

background-color css

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

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

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

border-color css

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

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

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