Html Css Color HEX #A8DC1C Inch Worm

📋 copy color: '#A8DC1C'

red 168 ◦ green 220 ◦ blue 28

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

Shades of Inch Worm #A8DC1C

Tints of Inch Worm #A8DC1C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.88%

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

R = 40.38%
G = 52.88%
B = 6.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#A8DC1C (or 0xA8DC1C) is known color: Inch Worm. HEX triplet: A8, DC and 1C. RGB value is (168,220,28). Sum of RGB (Red+Green+Blue) = 168+220+28=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DC1C is #5723E3. Grayscale: #B7B7B7. Windows color (decimal): -5710820 or 1891496. OLE color: 1891496.

HSL color Cylindrical-coordinate representation of color #A8DC1C: hue angle of 76.25º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8DC1C is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 28 -
CMYK 0.24 0 0.87 0.14
HSL 76.25º 0.77% 0.49% -
HSV(B) 76.25º 0.87% 0.86% -
XYZ 41.95 59.6 10.39 -
YUV 182.56 40.77 117.61 -
System Red Green Blue C M Y K H S L
Decimal 168 220 28 0.24 0 0.87 0.14 76.25 0.77 0.49
Hex A8 DC 1C 18 0 57 E 4C 4D 31
Octal 250 334 34 30 0 127 16 114 115 61
Binary 10101000 11011100 11100 11000 0 1010111 1110 1001100 1001101 110001

Color Harmonies of #A8DC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DC1C

Black with #A8DC1C

Text Example


Text Example

White with #A8DC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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