Html Css Color HEX #A0E21D Inch Worm

📋 copy color: '#A0E21D'

red 160 ◦ green 226 ◦ blue 29

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

Shades of Inch Worm #A0E21D

Tints of Inch Worm #A0E21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.99%

R = 38.55%
G = 54.46%
B = 6.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#A0E21D (or 0xA0E21D) is known color: Inch Worm. HEX triplet: A0, E2 and 1D. RGB value is (160,226,29). Sum of RGB (Red+Green+Blue) = 160+226+29=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 226 (88.67% from 255 or 54.46% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E21D is #5F1DE2. Grayscale: #B8B8B8. Windows color (decimal): -6233571 or 1958560. OLE color: 1958560.

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

Color convert

RGB 160 226 29 -
CMYK 0.29 0 0.87 0.11
HSL 80.1º 0.77% 0.5% -
HSV(B) 80.1º 0.87% 0.89% -
XYZ 41.92 61.96 10.91 -
YUV 183.81 40.63 111.02 -
System Red Green Blue C M Y K H S L
Decimal 160 226 29 0.29 0 0.87 0.11 80.1 0.77 0.5
Hex A0 E2 1D 1D 0 57 B 50 4D 32
Octal 240 342 35 35 0 127 13 120 115 62
Binary 10100000 11100010 11101 11101 0 1010111 1011 1010000 1001101 110010

Color Harmonies of #A0E21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E21D

Black with #A0E21D

Text Example


Text Example

White with #A0E21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E21D; }

 p { color: rgb(160,226,29); }

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

background-color css

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

 a { background-color: rgb(160,226,29); }

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

border-color css

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

 span { border-color: rgb(160,226,29); }

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