Html Css Color HEX #A8D104 Inch Worm

📋 copy color: '#A8D104'

red 168 ◦ green 209 ◦ blue 4

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

Shades of Inch Worm #A8D104

Tints of Inch Worm #A8D104

RGB

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

 GREEN value IS 209 (82.03% from 255) = 54.86%

 BLUE value IS 4 (1.95% from 255) = 1.05%

R = 44.09%
G = 54.86%
B = 1.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#A8D104 (or 0xA8D104) is known color: Inch Worm. HEX triplet: A8, D1 and 04. RGB value is (168,209,4). Sum of RGB (Red+Green+Blue) = 168+209+4=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 209 (82.03% from 255 or 54.86% from 381); Blue value is 4 (1.95% from 255 or 1.05% from 381); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D104 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D104 is #572EFB. Grayscale: #AEAEAE. Windows color (decimal): -5713660 or 315816. OLE color: 315816.

HSL color Cylindrical-coordinate representation of color #A8D104: hue angle of 72º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8D104 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 209 4 -
CMYK 0.20 0 0.98 0.18
HSL 72º 0.96% 0.42% -
HSV(B) 72º 0.98% 0.82% -
XYZ 38.97 53.93 8.47 -
YUV 173.37 32.42 124.17 -
System Red Green Blue C M Y K H S L
Decimal 168 209 4 0.20 0 0.98 0.18 72 0.96 0.42
Hex A8 D1 4 14 0 62 12 48 60 2A
Octal 250 321 4 24 0 142 22 110 140 52
Binary 10101000 11010001 100 10100 0 1100010 10010 1001000 1100000 101010

Color Harmonies of #A8D104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D104

Black with #A8D104

Text Example


Text Example

White with #A8D104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D104; }

 p { color: rgb(168,209,4); }

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

background-color css

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

 a { background-color: rgb(168,209,4); }

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

border-color css

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

 span { border-color: rgb(168,209,4); }

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