Html Css Color HEX #A8D708 Inch Worm

📋 copy color: '#A8D708'

red 168 ◦ green 215 ◦ blue 8

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

Shades of Inch Worm #A8D708

Tints of Inch Worm #A8D708

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.99%

 BLUE value IS 8 (3.52% from 255) = 2.05%

R = 42.97%
G = 54.99%
B = 2.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#A8D708 (or 0xA8D708) is known color: Inch Worm. HEX triplet: A8, D7 and 08. RGB value is (168,215,8). Sum of RGB (Red+Green+Blue) = 168+215+8=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 215 (84.38% from 255 or 54.99% from 391); Blue value is 8 (3.52% from 255 or 2.05% from 391); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D708 is #5728F7. Grayscale: #B2B2B2. Windows color (decimal): -5712120 or 579496. OLE color: 579496.

HSL color Cylindrical-coordinate representation of color #A8D708: hue angle of 73.62º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8D708 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 215 8 -
CMYK 0.22 0 0.96 0.16
HSL 73.62º 0.93% 0.44% -
HSV(B) 73.62º 0.96% 0.84% -
XYZ 40.49 56.94 9.09 -
YUV 177.35 32.43 121.33 -
System Red Green Blue C M Y K H S L
Decimal 168 215 8 0.22 0 0.96 0.16 73.62 0.93 0.44
Hex A8 D7 8 16 0 60 10 4A 5D 2C
Octal 250 327 10 26 0 140 20 112 135 54
Binary 10101000 11010111 1000 10110 0 1100000 10000 1001010 1011101 101100

Color Harmonies of #A8D708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D708

Black with #A8D708

Text Example


Text Example

White with #A8D708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D708; }

 p { color: rgb(168,215,8); }

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

background-color css

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

 a { background-color: rgb(168,215,8); }

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

border-color css

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

 span { border-color: rgb(168,215,8); }

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