Html Css Color HEX #A5E00A Inch Worm

📋 copy color: '#A5E00A'

red 165 ◦ green 224 ◦ blue 10

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

Shades of Inch Worm #A5E00A

Tints of Inch Worm #A5E00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.51%

R = 41.35%
G = 56.14%
B = 2.51%

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

#A5E00A (or 0xA5E00A) is known color: Inch Worm. HEX triplet: A5, E0 and 0A. RGB value is (165,224,10). Sum of RGB (Red+Green+Blue) = 165+224+10=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 224 (87.89% from 255 or 56.14% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E00A is #5A1FF5. Grayscale: #B6B6B6. Windows color (decimal): -5906422 or 712869. OLE color: 712869.

HSL color Cylindrical-coordinate representation of color #A5E00A: hue angle of 76.54º degrees, saturation: 0.91, 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 #A5E00A is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 224 10 -
CMYK 0.26 0 0.96 0.12
HSL 76.54º 0.91% 0.46% -
HSV(B) 76.54º 0.96% 0.88% -
XYZ 42.23 61.33 9.9 -
YUV 181.96 30.95 115.9 -
System Red Green Blue C M Y K H S L
Decimal 165 224 10 0.26 0 0.96 0.12 76.54 0.91 0.46
Hex A5 E0 A 1A 0 60 C 4D 5B 2E
Octal 245 340 12 32 0 140 14 115 133 56
Binary 10100101 11100000 1010 11010 0 1100000 1100 1001101 1011011 101110

Color Harmonies of #A5E00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E00A

Black with #A5E00A

Text Example


Text Example

White with #A5E00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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