Html Css Color HEX #A8DC1F Inch Worm

📋 copy color: '#A8DC1F'

red 168 ◦ green 220 ◦ blue 31

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

Shades of Inch Worm #A8DC1F

Tints of Inch Worm #A8DC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.4%

R = 40.1%
G = 52.51%
B = 7.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#A8DC1F (or 0xA8DC1F) is known color: Inch Worm. HEX triplet: A8, DC and 1F. RGB value is (168,220,31). Sum of RGB (Red+Green+Blue) = 168+220+31=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DC1F is #5723E0. Grayscale: #B7B7B7. Windows color (decimal): -5710817 or 2088104. OLE color: 2088104.

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

Color convert

RGB 168 220 31 -
CMYK 0.24 0 0.86 0.14
HSL 76.51º 0.75% 0.49% -
HSV(B) 76.51º 0.86% 0.86% -
XYZ 41.99 59.61 10.59 -
YUV 182.91 42.27 117.37 -
System Red Green Blue C M Y K H S L
Decimal 168 220 31 0.24 0 0.86 0.14 76.51 0.75 0.49
Hex A8 DC 1F 18 0 56 E 4D 4B 31
Octal 250 334 37 30 0 126 16 115 113 61
Binary 10101000 11011100 11111 11000 0 1010110 1110 1001101 1001011 110001

Color Harmonies of #A8DC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DC1F

Black with #A8DC1F

Text Example


Text Example

White with #A8DC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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