Html Css Color HEX #A8E120 Inch Worm

📋 copy color: '#A8E120'

red 168 ◦ green 225 ◦ blue 32

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

Shades of Inch Worm #A8E120

Tints of Inch Worm #A8E120

RGB

 RED value IS 168 (66.02% from 255) = 39.53%

 GREEN value IS 225 (88.28% from 255) = 52.94%

 BLUE value IS 32 (12.89% from 255) = 7.53%

R = 39.53%
G = 52.94%
B = 7.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#A8E120 (or 0xA8E120) is known color: Inch Worm. HEX triplet: A8, E1 and 20. RGB value is (168,225,32). Sum of RGB (Red+Green+Blue) = 168+225+32=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 225 (88.28% from 255 or 52.94% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E120 is #571EDF. Grayscale: #BABABA. Windows color (decimal): -5709536 or 2154920. OLE color: 2154920.

HSL color Cylindrical-coordinate representation of color #A8E120: hue angle of 77.72º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8E120 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 225 32 -
CMYK 0.25 0 0.86 0.12
HSL 77.72º 0.76% 0.5% -
HSV(B) 77.72º 0.86% 0.88% -
XYZ 43.33 62.28 11.1 -
YUV 185.96 41.12 115.19 -
System Red Green Blue C M Y K H S L
Decimal 168 225 32 0.25 0 0.86 0.12 77.72 0.76 0.5
Hex A8 E1 20 19 0 56 C 4E 4C 32
Octal 250 341 40 31 0 126 14 116 114 62
Binary 10101000 11100001 100000 11001 0 1010110 1100 1001110 1001100 110010

Color Harmonies of #A8E120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E120

Black with #A8E120

Text Example


Text Example

White with #A8E120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E120; }

 p { color: rgb(168,225,32); }

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

background-color css

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

 a { background-color: rgb(168,225,32); }

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

border-color css

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

 span { border-color: rgb(168,225,32); }

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