Html Css Color HEX #A5E52A Inch Worm

📋 copy color: '#A5E52A'

red 165 ◦ green 229 ◦ blue 42

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

Shades of Inch Worm #A5E52A

Tints of Inch Worm #A5E52A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.52%

 BLUE value IS 42 (16.8% from 255) = 9.63%

R = 37.84%
G = 52.52%
B = 9.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#A5E52A (or 0xA5E52A) is known color: Inch Worm. HEX triplet: A5, E5 and 2A. RGB value is (165,229,42). Sum of RGB (Red+Green+Blue) = 165+229+42=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E52A is #5A1AD5. Grayscale: #BDBDBD. Windows color (decimal): -5905110 or 2811301. OLE color: 2811301.

HSL color Cylindrical-coordinate representation of color #A5E52A: hue angle of 80.53º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5E52A is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 229 42 -
CMYK 0.28 0 0.82 0.10
HSL 80.53º 0.78% 0.53% -
HSV(B) 80.53º 0.82% 0.9% -
XYZ 43.95 64.21 12.27 -
YUV 188.55 45.3 111.21 -
System Red Green Blue C M Y K H S L
Decimal 165 229 42 0.28 0 0.82 0.10 80.53 0.78 0.53
Hex A5 E5 2A 1C 0 52 A 51 4E 35
Octal 245 345 52 34 0 122 12 121 116 65
Binary 10100101 11100101 101010 11100 0 1010010 1010 1010001 1001110 110101

Color Harmonies of #A5E52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E52A

Black with #A5E52A

Text Example


Text Example

White with #A5E52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E52A; }

 p { color: rgb(165,229,42); }

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

background-color css

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

 a { background-color: rgb(165,229,42); }

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

border-color css

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

 span { border-color: rgb(165,229,42); }

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