Html Css Color HEX #A8DB1F Inch Worm

📋 copy color: '#A8DB1F'

red 168 ◦ green 219 ◦ blue 31

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

Shades of Inch Worm #A8DB1F

Tints of Inch Worm #A8DB1F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.39%

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

R = 40.19%
G = 52.39%
B = 7.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#A8DB1F (or 0xA8DB1F) is known color: Inch Worm. HEX triplet: A8, DB and 1F. RGB value is (168,219,31). Sum of RGB (Red+Green+Blue) = 168+219+31=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DB1F is #5724E0. Grayscale: #B7B7B7. Windows color (decimal): -5711073 or 2087848. OLE color: 2087848.

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

Color convert

RGB 168 219 31 -
CMYK 0.23 0 0.86 0.14
HSL 76.28º 0.75% 0.49% -
HSV(B) 76.28º 0.86% 0.86% -
XYZ 41.73 59.09 10.5 -
YUV 182.32 42.6 117.79 -
System Red Green Blue C M Y K H S L
Decimal 168 219 31 0.23 0 0.86 0.14 76.28 0.75 0.49
Hex A8 DB 1F 17 0 56 E 4C 4B 31
Octal 250 333 37 27 0 126 16 114 113 61
Binary 10101000 11011011 11111 10111 0 1010110 1110 1001100 1001011 110001

Color Harmonies of #A8DB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DB1F

Black with #A8DB1F

Text Example


Text Example

White with #A8DB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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