Html Css Color HEX #A8DA16 Inch Worm

📋 copy color: '#A8DA16'

red 168 ◦ green 218 ◦ blue 22

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

Shades of Inch Worm #A8DA16

Tints of Inch Worm #A8DA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.39%

R = 41.18%
G = 53.43%
B = 5.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#A8DA16 (or 0xA8DA16) is known color: Inch Worm. HEX triplet: A8, DA and 16. RGB value is (168,218,22). Sum of RGB (Red+Green+Blue) = 168+218+22=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DA16 is #5725E9. Grayscale: #B5B5B5. Windows color (decimal): -5711338 or 1497768. OLE color: 1497768.

HSL color Cylindrical-coordinate representation of color #A8DA16: hue angle of 75.31º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8DA16 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 218 22 -
CMYK 0.23 0 0.90 0.15
HSL 75.31º 0.82% 0.47% -
HSV(B) 75.31º 0.9% 0.85% -
XYZ 41.36 58.53 9.88 -
YUV 180.71 38.44 118.94 -
System Red Green Blue C M Y K H S L
Decimal 168 218 22 0.23 0 0.90 0.15 75.31 0.82 0.47
Hex A8 DA 16 17 0 5A F 4B 52 2F
Octal 250 332 26 27 0 132 17 113 122 57
Binary 10101000 11011010 10110 10111 0 1011010 1111 1001011 1010010 101111

Color Harmonies of #A8DA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA16

Black with #A8DA16

Text Example


Text Example

White with #A8DA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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