Html Css Color HEX #A5E214 Inch Worm

📋 copy color: '#A5E214'

red 165 ◦ green 226 ◦ blue 20

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

Shades of Inch Worm #A5E214

Tints of Inch Worm #A5E214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.87%

R = 40.15%
G = 54.99%
B = 4.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#A5E214 (or 0xA5E214) is known color: Inch Worm. HEX triplet: A5, E2 and 14. RGB value is (165,226,20). Sum of RGB (Red+Green+Blue) = 165+226+20=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 226 (88.67% from 255 or 54.99% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E214 is #5A1DEB. Grayscale: #B9B9B9. Windows color (decimal): -5905900 or 1368741. OLE color: 1368741.

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

Color convert

RGB 165 226 20 -
CMYK 0.27 0 0.91 0.11
HSL 77.77º 0.84% 0.48% -
HSV(B) 77.77º 0.91% 0.89% -
XYZ 42.84 62.44 10.46 -
YUV 184.28 35.29 114.25 -
System Red Green Blue C M Y K H S L
Decimal 165 226 20 0.27 0 0.91 0.11 77.77 0.84 0.48
Hex A5 E2 14 1B 0 5B B 4E 54 30
Octal 245 342 24 33 0 133 13 116 124 60
Binary 10100101 11100010 10100 11011 0 1011011 1011 1001110 1010100 110000

Color Harmonies of #A5E214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E214

Black with #A5E214

Text Example


Text Example

White with #A5E214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E214; }

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

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

background-color css

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

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

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

border-color css

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

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

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