Html Css Color HEX #A0E224 Inch Worm

📋 copy color: '#A0E224'

red 160 ◦ green 226 ◦ blue 36

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

Shades of Inch Worm #A0E224

Tints of Inch Worm #A0E224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.53%

R = 37.91%
G = 53.55%
B = 8.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#A0E224 (or 0xA0E224) is known color: Inch Worm. HEX triplet: A0, E2 and 24. RGB value is (160,226,36). Sum of RGB (Red+Green+Blue) = 160+226+36=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 226 (88.67% from 255 or 53.55% from 422); Blue value is 36 (14.45% from 255 or 8.53% from 422); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E224 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E224 is #5F1DDB. Grayscale: #B9B9B9. Windows color (decimal): -6233564 or 2417312. OLE color: 2417312.

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

Color convert

RGB 160 226 36 -
CMYK 0.29 0 0.84 0.11
HSL 80.84º 0.77% 0.51% -
HSV(B) 80.84º 0.84% 0.89% -
XYZ 42.01 61.99 11.42 -
YUV 184.61 44.13 110.45 -
System Red Green Blue C M Y K H S L
Decimal 160 226 36 0.29 0 0.84 0.11 80.84 0.77 0.51
Hex A0 E2 24 1D 0 54 B 51 4D 33
Octal 240 342 44 35 0 124 13 121 115 63
Binary 10100000 11100010 100100 11101 0 1010100 1011 1010001 1001101 110011

Color Harmonies of #A0E224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E224

Black with #A0E224

Text Example


Text Example

White with #A0E224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E224; }

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

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

background-color css

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

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

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

border-color css

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

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

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