Html Css Color HEX #A5E210 Inch Worm

📋 copy color: '#A5E210'

red 165 ◦ green 226 ◦ blue 16

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

Shades of Inch Worm #A5E210

Tints of Inch Worm #A5E210

RGB

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

 GREEN value IS 226 (88.67% from 255) = 55.53%

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

R = 40.54%
G = 55.53%
B = 3.93%

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

#A5E210 (or 0xA5E210) is known color: Inch Worm. HEX triplet: A5, E2 and 10. RGB value is (165,226,16). Sum of RGB (Red+Green+Blue) = 165+226+16=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 226 (88.67% from 255 or 55.53% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E210 is #5A1DEF. Grayscale: #B8B8B8. Windows color (decimal): -5905904 or 1106597. OLE color: 1106597.

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

Color convert

RGB 165 226 16 -
CMYK 0.27 0 0.93 0.11
HSL 77.43º 0.87% 0.47% -
HSV(B) 77.43º 0.93% 0.89% -
XYZ 42.81 62.43 10.28 -
YUV 183.82 33.29 114.58 -
System Red Green Blue C M Y K H S L
Decimal 165 226 16 0.27 0 0.93 0.11 77.43 0.87 0.47
Hex A5 E2 10 1B 0 5D B 4D 57 2F
Octal 245 342 20 33 0 135 13 115 127 57
Binary 10100101 11100010 10000 11011 0 1011101 1011 1001101 1010111 101111

Color Harmonies of #A5E210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E210

Black with #A5E210

Text Example


Text Example

White with #A5E210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E210; }

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

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

background-color css

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

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

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

border-color css

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

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

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