Html Css Color HEX #A8DB1E Inch Worm

📋 copy color: '#A8DB1E'

red 168 ◦ green 219 ◦ blue 30

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

Shades of Inch Worm #A8DB1E

Tints of Inch Worm #A8DB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.19%

R = 40.29%
G = 52.52%
B = 7.19%

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

#A8DB1E (or 0xA8DB1E) is known color: Inch Worm. HEX triplet: A8, DB and 1E. RGB value is (168,219,30). Sum of RGB (Red+Green+Blue) = 168+219+30=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DB1E is #5724E1. Grayscale: #B6B6B6. Windows color (decimal): -5711074 or 2022312. OLE color: 2022312.

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

Color convert

RGB 168 219 30 -
CMYK 0.23 0 0.86 0.14
HSL 76.19º 0.76% 0.49% -
HSV(B) 76.19º 0.86% 0.86% -
XYZ 41.71 59.08 10.43 -
YUV 182.21 42.1 117.87 -
System Red Green Blue C M Y K H S L
Decimal 168 219 30 0.23 0 0.86 0.14 76.19 0.76 0.49
Hex A8 DB 1E 17 0 56 E 4C 4C 31
Octal 250 333 36 27 0 126 16 114 114 61
Binary 10101000 11011011 11110 10111 0 1010110 1110 1001100 1001100 110001

Color Harmonies of #A8DB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DB1E

Black with #A8DB1E

Text Example


Text Example

White with #A8DB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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