Html Css Color HEX #A5E424 Inch Worm

📋 copy color: '#A5E424'

red 165 ◦ green 228 ◦ blue 36

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

Shades of Inch Worm #A5E424

Tints of Inch Worm #A5E424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.39%

R = 38.46%
G = 53.15%
B = 8.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#A5E424 (or 0xA5E424) is known color: Inch Worm. HEX triplet: A5, E4 and 24. RGB value is (165,228,36). Sum of RGB (Red+Green+Blue) = 165+228+36=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 228 (89.45% from 255 or 53.15% from 429); Blue value is 36 (14.45% from 255 or 8.39% from 429); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E424 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E424 is #5A1BDB. Grayscale: #BBBBBB. Windows color (decimal): -5905372 or 2417829. OLE color: 2417829.

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

Color convert

RGB 165 228 36 -
CMYK 0.28 0 0.84 0.11
HSL 79.69º 0.78% 0.52% -
HSV(B) 79.69º 0.84% 0.89% -
XYZ 43.58 63.61 11.65 -
YUV 187.28 42.63 112.11 -
System Red Green Blue C M Y K H S L
Decimal 165 228 36 0.28 0 0.84 0.11 79.69 0.78 0.52
Hex A5 E4 24 1C 0 54 B 50 4E 34
Octal 245 344 44 34 0 124 13 120 116 64
Binary 10100101 11100100 100100 11100 0 1010100 1011 1010000 1001110 110100

Color Harmonies of #A5E424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E424

Black with #A5E424

Text Example


Text Example

White with #A5E424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E424; }

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

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

background-color css

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

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

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

border-color css

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

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

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