Html Css Color HEX #A5E124 Inch Worm

📋 copy color: '#A5E124'

red 165 ◦ green 225 ◦ blue 36

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

Shades of Inch Worm #A5E124

Tints of Inch Worm #A5E124

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.82%

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

R = 38.73%
G = 52.82%
B = 8.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#A5E124 (or 0xA5E124) is known color: Inch Worm. HEX triplet: A5, E1 and 24. RGB value is (165,225,36). Sum of RGB (Red+Green+Blue) = 165+225+36=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 225 (88.28% from 255 or 52.82% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E124 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E124 is #5A1EDB. Grayscale: #BABABA. Windows color (decimal): -5906140 or 2417061. OLE color: 2417061.

HSL color Cylindrical-coordinate representation of color #A5E124: hue angle of 79.05º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5E124 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 225 36 -
CMYK 0.27 0 0.84 0.12
HSL 79.05º 0.76% 0.51% -
HSV(B) 79.05º 0.84% 0.88% -
XYZ 42.76 61.98 11.38 -
YUV 185.51 43.62 113.37 -
System Red Green Blue C M Y K H S L
Decimal 165 225 36 0.27 0 0.84 0.12 79.05 0.76 0.51
Hex A5 E1 24 1B 0 54 C 4F 4C 33
Octal 245 341 44 33 0 124 14 117 114 63
Binary 10100101 11100001 100100 11011 0 1010100 1100 1001111 1001100 110011

Color Harmonies of #A5E124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E124

Black with #A5E124

Text Example


Text Example

White with #A5E124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E124; }

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

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

background-color css

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

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

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

border-color css

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

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

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