Html Css Color HEX #A8DA1C Inch Worm

📋 copy color: '#A8DA1C'

red 168 ◦ green 218 ◦ blue 28

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

Shades of Inch Worm #A8DA1C

Tints of Inch Worm #A8DA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.76%

R = 40.58%
G = 52.66%
B = 6.76%

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

#A8DA1C (or 0xA8DA1C) is known color: Inch Worm. HEX triplet: A8, DA and 1C. RGB value is (168,218,28). Sum of RGB (Red+Green+Blue) = 168+218+28=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 218 (85.55% from 255 or 52.66% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DA1C is #5725E3. Grayscale: #B6B6B6. Windows color (decimal): -5711332 or 1890984. OLE color: 1890984.

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

Color convert

RGB 168 218 28 -
CMYK 0.23 0 0.87 0.15
HSL 75.79º 0.77% 0.48% -
HSV(B) 75.79º 0.87% 0.85% -
XYZ 41.43 58.55 10.22 -
YUV 181.39 41.44 118.45 -
System Red Green Blue C M Y K H S L
Decimal 168 218 28 0.23 0 0.87 0.15 75.79 0.77 0.48
Hex A8 DA 1C 17 0 57 F 4C 4D 30
Octal 250 332 34 27 0 127 17 114 115 60
Binary 10101000 11011010 11100 10111 0 1010111 1111 1001100 1001101 110000

Color Harmonies of #A8DA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA1C

Black with #A8DA1C

Text Example


Text Example

White with #A8DA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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