Html Css Color HEX #A5E11C Inch Worm

📋 copy color: '#A5E11C'

red 165 ◦ green 225 ◦ blue 28

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

Shades of Inch Worm #A5E11C

Tints of Inch Worm #A5E11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.7%

R = 39.47%
G = 53.83%
B = 6.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#A5E11C (or 0xA5E11C) is known color: Inch Worm. HEX triplet: A5, E1 and 1C. RGB value is (165,225,28). Sum of RGB (Red+Green+Blue) = 165+225+28=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 225 (88.28% from 255 or 53.83% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E11C is #5A1EE3. Grayscale: #B9B9B9. Windows color (decimal): -5906148 or 1892773. OLE color: 1892773.

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

Color convert

RGB 165 225 28 -
CMYK 0.27 0 0.88 0.12
HSL 78.27º 0.78% 0.5% -
HSV(B) 78.27º 0.88% 0.88% -
XYZ 42.65 61.93 10.81 -
YUV 184.6 39.62 114.02 -
System Red Green Blue C M Y K H S L
Decimal 165 225 28 0.27 0 0.88 0.12 78.27 0.78 0.5
Hex A5 E1 1C 1B 0 58 C 4E 4E 32
Octal 245 341 34 33 0 130 14 116 116 62
Binary 10100101 11100001 11100 11011 0 1011000 1100 1001110 1001110 110010

Color Harmonies of #A5E11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E11C

Black with #A5E11C

Text Example


Text Example

White with #A5E11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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