Html Css Color HEX #A5E408 Inch Worm

📋 copy color: '#A5E408'

red 165 ◦ green 228 ◦ blue 8

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

Shades of Inch Worm #A5E408

Tints of Inch Worm #A5E408

RGB

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

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

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

R = 41.15%
G = 56.86%
B = 2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#A5E408 (or 0xA5E408) is known color: Inch Worm. HEX triplet: A5, E4 and 08. RGB value is (165,228,8). Sum of RGB (Red+Green+Blue) = 165+228+8=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 228 (89.45% from 255 or 56.86% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E408 is #5A1BF7. Grayscale: #B8B8B8. Windows color (decimal): -5905400 or 582821. OLE color: 582821.

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

Color convert

RGB 165 228 8 -
CMYK 0.28 0 0.96 0.11
HSL 77.18º 0.93% 0.46% -
HSV(B) 77.18º 0.96% 0.89% -
XYZ 43.3 63.5 10.2 -
YUV 184.08 28.63 114.39 -
System Red Green Blue C M Y K H S L
Decimal 165 228 8 0.28 0 0.96 0.11 77.18 0.93 0.46
Hex A5 E4 8 1C 0 60 B 4D 5D 2E
Octal 245 344 10 34 0 140 13 115 135 56
Binary 10100101 11100100 1000 11100 0 1100000 1011 1001101 1011101 101110

Color Harmonies of #A5E408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E408

Black with #A5E408

Text Example


Text Example

White with #A5E408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E408; }

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

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

background-color css

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

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

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

border-color css

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

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

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