Html Css Color HEX #A8E20C Inch Worm

📋 copy color: '#A8E20C'

red 168 ◦ green 226 ◦ blue 12

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

Shades of Inch Worm #A8E20C

Tints of Inch Worm #A8E20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 41.38%
G = 55.67%
B = 2.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#A8E20C (or 0xA8E20C) is known color: Inch Worm. HEX triplet: A8, E2 and 0C. RGB value is (168,226,12). Sum of RGB (Red+Green+Blue) = 168+226+12=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 226 (88.67% from 255 or 55.67% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E20C is #571DF3. Grayscale: #B9B9B9. Windows color (decimal): -5709300 or 844456. OLE color: 844456.

HSL color Cylindrical-coordinate representation of color #A8E20C: hue angle of 76.26º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8E20C is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 226 12 -
CMYK 0.26 0 0.95 0.11
HSL 76.26º 0.9% 0.47% -
HSV(B) 76.26º 0.95% 0.89% -
XYZ 43.41 62.74 10.17 -
YUV 184.26 30.78 116.4 -
System Red Green Blue C M Y K H S L
Decimal 168 226 12 0.26 0 0.95 0.11 76.26 0.9 0.47
Hex A8 E2 C 1A 0 5F B 4C 5A 2F
Octal 250 342 14 32 0 137 13 114 132 57
Binary 10101000 11100010 1100 11010 0 1011111 1011 1001100 1011010 101111

Color Harmonies of #A8E20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E20C

Black with #A8E20C

Text Example


Text Example

White with #A8E20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E20C; }

 p { color: rgb(168,226,12); }

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

background-color css

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

 a { background-color: rgb(168,226,12); }

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

border-color css

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

 span { border-color: rgb(168,226,12); }

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