Html Css Color HEX #A5E008 Inch Worm

📋 copy color: '#A5E008'

red 165 ◦ green 224 ◦ blue 8

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

Shades of Inch Worm #A5E008

Tints of Inch Worm #A5E008

RGB

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

 GREEN value IS 224 (87.89% from 255) = 56.42%

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

R = 41.56%
G = 56.42%
B = 2.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#A5E008 (or 0xA5E008) is known color: Inch Worm. HEX triplet: A5, E0 and 08. RGB value is (165,224,8). Sum of RGB (Red+Green+Blue) = 165+224+8=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 224 (87.89% from 255 or 56.42% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E008 is #5A1FF7. Grayscale: #B6B6B6. Windows color (decimal): -5906424 or 581797. OLE color: 581797.

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

Color convert

RGB 165 224 8 -
CMYK 0.26 0 0.96 0.12
HSL 76.39º 0.93% 0.45% -
HSV(B) 76.39º 0.96% 0.88% -
XYZ 42.22 61.33 9.84 -
YUV 181.74 29.95 116.06 -
System Red Green Blue C M Y K H S L
Decimal 165 224 8 0.26 0 0.96 0.12 76.39 0.93 0.45
Hex A5 E0 8 1A 0 60 C 4C 5D 2D
Octal 245 340 10 32 0 140 14 114 135 55
Binary 10100101 11100000 1000 11010 0 1100000 1100 1001100 1011101 101101

Color Harmonies of #A5E008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E008

Black with #A5E008

Text Example


Text Example

White with #A5E008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E008; }

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

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

background-color css

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

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

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

border-color css

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

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

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