Html Css Color HEX #A5E41F Inch Worm

📋 copy color: '#A5E41F'

red 165 ◦ green 228 ◦ blue 31

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

Shades of Inch Worm #A5E41F

Tints of Inch Worm #A5E41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.31%

R = 38.92%
G = 53.77%
B = 7.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#A5E41F (or 0xA5E41F) is known color: Inch Worm. HEX triplet: A5, E4 and 1F. RGB value is (165,228,31). Sum of RGB (Red+Green+Blue) = 165+228+31=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 228 (89.45% from 255 or 53.77% from 424); Blue value is 31 (12.5% from 255 or 7.31% from 424); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E41F is #5A1BE0. Grayscale: #BBBBBB. Windows color (decimal): -5905377 or 2090149. OLE color: 2090149.

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

Color convert

RGB 165 228 31 -
CMYK 0.28 0 0.86 0.11
HSL 79.19º 0.78% 0.51% -
HSV(B) 79.19º 0.86% 0.89% -
XYZ 43.51 63.59 11.28 -
YUV 186.71 40.13 112.52 -
System Red Green Blue C M Y K H S L
Decimal 165 228 31 0.28 0 0.86 0.11 79.19 0.78 0.51
Hex A5 E4 1F 1C 0 56 B 4F 4E 33
Octal 245 344 37 34 0 126 13 117 116 63
Binary 10100101 11100100 11111 11100 0 1010110 1011 1001111 1001110 110011

Color Harmonies of #A5E41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E41F

Black with #A5E41F

Text Example


Text Example

White with #A5E41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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