Html Css Color HEX #A8DA1D Inch Worm

📋 copy color: '#A8DA1D'

red 168 ◦ green 218 ◦ blue 29

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

Shades of Inch Worm #A8DA1D

Tints of Inch Worm #A8DA1D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.53%

 BLUE value IS 29 (11.72% from 255) = 6.99%

R = 40.48%
G = 52.53%
B = 6.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#A8DA1D (or 0xA8DA1D) is known color: Inch Worm. HEX triplet: A8, DA and 1D. RGB value is (168,218,29). Sum of RGB (Red+Green+Blue) = 168+218+29=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 218 (85.55% from 255 or 52.53% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DA1D is #5725E2. Grayscale: #B6B6B6. Windows color (decimal): -5711331 or 1956520. OLE color: 1956520.

HSL color Cylindrical-coordinate representation of color #A8DA1D: hue angle of 75.87º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8DA1D is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 218 29 -
CMYK 0.23 0 0.87 0.15
HSL 75.87º 0.77% 0.48% -
HSV(B) 75.87º 0.87% 0.85% -
XYZ 41.44 58.56 10.28 -
YUV 181.5 41.94 118.37 -
System Red Green Blue C M Y K H S L
Decimal 168 218 29 0.23 0 0.87 0.15 75.87 0.77 0.48
Hex A8 DA 1D 17 0 57 F 4C 4D 30
Octal 250 332 35 27 0 127 17 114 115 60
Binary 10101000 11011010 11101 10111 0 1010111 1111 1001100 1001101 110000

Color Harmonies of #A8DA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA1D

Black with #A8DA1D

Text Example


Text Example

White with #A8DA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA1D; }

 p { color: rgb(168,218,29); }

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

background-color css

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

 a { background-color: rgb(168,218,29); }

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

border-color css

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

 span { border-color: rgb(168,218,29); }

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