Html Css Color HEX #A8DC1D Inch Worm

📋 copy color: '#A8DC1D'

red 168 ◦ green 220 ◦ blue 29

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

Shades of Inch Worm #A8DC1D

Tints of Inch Worm #A8DC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.95%

R = 40.29%
G = 52.76%
B = 6.95%

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

#A8DC1D (or 0xA8DC1D) is known color: Inch Worm. HEX triplet: A8, DC and 1D. RGB value is (168,220,29). Sum of RGB (Red+Green+Blue) = 168+220+29=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DC1D is #5723E2. Grayscale: #B7B7B7. Windows color (decimal): -5710819 or 1957032. OLE color: 1957032.

HSL color Cylindrical-coordinate representation of color #A8DC1D: hue angle of 76.34º 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 #A8DC1D is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 29 -
CMYK 0.24 0 0.87 0.14
HSL 76.34º 0.77% 0.49% -
HSV(B) 76.34º 0.87% 0.86% -
XYZ 41.96 59.6 10.45 -
YUV 182.68 41.27 117.53 -
System Red Green Blue C M Y K H S L
Decimal 168 220 29 0.24 0 0.87 0.14 76.34 0.77 0.49
Hex A8 DC 1D 18 0 57 E 4C 4D 31
Octal 250 334 35 30 0 127 16 114 115 61
Binary 10101000 11011100 11101 11000 0 1010111 1110 1001100 1001101 110001

Color Harmonies of #A8DC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DC1D

Black with #A8DC1D

Text Example


Text Example

White with #A8DC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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