Html Css Color HEX #A5E310 Inch Worm

📋 copy color: '#A5E310'

red 165 ◦ green 227 ◦ blue 16

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

Shades of Inch Worm #A5E310

Tints of Inch Worm #A5E310

RGB

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

 GREEN value IS 227 (89.06% from 255) = 55.64%

 BLUE value IS 16 (6.64% from 255) = 3.92%

R = 40.44%
G = 55.64%
B = 3.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#A5E310 (or 0xA5E310) is known color: Inch Worm. HEX triplet: A5, E3 and 10. RGB value is (165,227,16). Sum of RGB (Red+Green+Blue) = 165+227+16=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 227 (89.06% from 255 or 55.64% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E310 is #5A1CEF. Grayscale: #B9B9B9. Windows color (decimal): -5905648 or 1106853. OLE color: 1106853.

HSL color Cylindrical-coordinate representation of color #A5E310: hue angle of 77.63º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5E310 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 227 16 -
CMYK 0.27 0 0.93 0.11
HSL 77.63º 0.87% 0.48% -
HSV(B) 77.63º 0.93% 0.89% -
XYZ 43.08 62.97 10.38 -
YUV 184.41 32.96 114.16 -
System Red Green Blue C M Y K H S L
Decimal 165 227 16 0.27 0 0.93 0.11 77.63 0.87 0.48
Hex A5 E3 10 1B 0 5D B 4E 57 30
Octal 245 343 20 33 0 135 13 116 127 60
Binary 10100101 11100011 10000 11011 0 1011101 1011 1001110 1010111 110000

Color Harmonies of #A5E310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E310

Black with #A5E310

Text Example


Text Example

White with #A5E310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E310; }

 p { color: rgb(165,227,16); }

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

background-color css

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

 a { background-color: rgb(165,227,16); }

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

border-color css

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

 span { border-color: rgb(165,227,16); }

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