Html Css Color HEX #A8D20E Inch Worm

📋 copy color: '#A8D20E'

red 168 ◦ green 210 ◦ blue 14

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

Shades of Inch Worm #A8D20E

Tints of Inch Worm #A8D20E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.57%

 BLUE value IS 14 (5.86% from 255) = 3.57%

R = 42.86%
G = 53.57%
B = 3.57%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#A8D20E (or 0xA8D20E) is known color: Inch Worm. HEX triplet: A8, D2 and 0E. RGB value is (168,210,14). Sum of RGB (Red+Green+Blue) = 168+210+14=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 210 (82.42% from 255 or 53.57% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D20E is #572DF1. Grayscale: #AFAFAF. Windows color (decimal): -5713394 or 971432. OLE color: 971432.

HSL color Cylindrical-coordinate representation of color #A8D20E: hue angle of 72.86º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8D20E is Cyan = 0.2, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 210 14 -
CMYK 0.2 0 0.93 0.18
HSL 72.86º 0.88% 0.44% -
HSV(B) 72.86º 0.93% 0.82% -
XYZ 39.27 54.45 8.86 -
YUV 175.1 37.09 122.94 -
System Red Green Blue C M Y K H S L
Decimal 168 210 14 0.2 0 0.93 0.18 72.86 0.88 0.44
Hex A8 D2 E 14 0 5D 12 49 58 2C
Octal 250 322 16 24 0 135 22 111 130 54
Binary 10101000 11010010 1110 10100 0 1011101 10010 1001001 1011000 101100

Color Harmonies of #A8D20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D20E

Black with #A8D20E

Text Example


Text Example

White with #A8D20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D20E; }

 p { color: rgb(168,210,14); }

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

background-color css

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

 a { background-color: rgb(168,210,14); }

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

border-color css

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

 span { border-color: rgb(168,210,14); }

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