Html Css Color HEX #A0E502 Inch Worm

📋 copy color: '#A0E502'

red 160 ◦ green 229 ◦ blue 2

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

Shades of Inch Worm #A0E502

Tints of Inch Worm #A0E502

RGB

 RED value IS 160 (62.89% from 255) = 40.92%

 GREEN value IS 229 (89.84% from 255) = 58.57%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 40.92%
G = 58.57%
B = 0.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#A0E502 (or 0xA0E502) is known color: Inch Worm. HEX triplet: A0, E5 and 02. RGB value is (160,229,2). Sum of RGB (Red+Green+Blue) = 160+229+2=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 229 (89.84% from 255 or 58.57% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0E502 is #5F1AFD. Grayscale: #B7B7B7. Windows color (decimal): -6232830 or 189856. OLE color: 189856.

HSL color Cylindrical-coordinate representation of color #A0E502: hue angle of 78.24º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0E502 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 229 2 -
CMYK 0.30 0 0.99 0.10
HSL 78.24º 0.98% 0.45% -
HSV(B) 78.24º 0.99% 0.9% -
XYZ 42.53 63.52 10.08 -
YUV 182.49 26.14 111.96 -
System Red Green Blue C M Y K H S L
Decimal 160 229 2 0.30 0 0.99 0.10 78.24 0.98 0.45
Hex A0 E5 2 1E 0 63 A 4E 62 2D
Octal 240 345 2 36 0 143 12 116 142 55
Binary 10100000 11100101 10 11110 0 1100011 1010 1001110 1100010 101101

Color Harmonies of #A0E502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E502

Black with #A0E502

Text Example


Text Example

White with #A0E502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E502; }

 p { color: rgb(160,229,2); }

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

background-color css

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

 a { background-color: rgb(160,229,2); }

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

border-color css

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

 span { border-color: rgb(160,229,2); }

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