Html Css Color HEX #A8E11C Inch Worm

📋 copy color: '#A8E11C'

red 168 ◦ green 225 ◦ blue 28

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

Shades of Inch Worm #A8E11C

Tints of Inch Worm #A8E11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.65%

R = 39.9%
G = 53.44%
B = 6.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#A8E11C (or 0xA8E11C) is known color: Inch Worm. HEX triplet: A8, E1 and 1C. RGB value is (168,225,28). Sum of RGB (Red+Green+Blue) = 168+225+28=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 225 (88.28% from 255 or 53.44% from 421); Blue value is 28 (11.33% from 255 or 6.65% from 421); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E11C is #571EE3. Grayscale: #BABABA. Windows color (decimal): -5709540 or 1892776. OLE color: 1892776.

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

Color convert

RGB 168 225 28 -
CMYK 0.25 0 0.88 0.12
HSL 77.36º 0.78% 0.5% -
HSV(B) 77.36º 0.88% 0.88% -
XYZ 43.28 62.26 10.83 -
YUV 185.5 39.12 115.52 -
System Red Green Blue C M Y K H S L
Decimal 168 225 28 0.25 0 0.88 0.12 77.36 0.78 0.5
Hex A8 E1 1C 19 0 58 C 4D 4E 32
Octal 250 341 34 31 0 130 14 115 116 62
Binary 10101000 11100001 11100 11001 0 1011000 1100 1001101 1001110 110010

Color Harmonies of #A8E11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E11C

Black with #A8E11C

Text Example


Text Example

White with #A8E11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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