Html Css Color HEX #A8D616 Inch Worm

📋 copy color: '#A8D616'

red 168 ◦ green 214 ◦ blue 22

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

Shades of Inch Worm #A8D616

Tints of Inch Worm #A8D616

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.97%

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

R = 41.58%
G = 52.97%
B = 5.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#A8D616 (or 0xA8D616) is known color: Inch Worm. HEX triplet: A8, D6 and 16. RGB value is (168,214,22). Sum of RGB (Red+Green+Blue) = 168+214+22=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D616 is #5729E9. Grayscale: #B3B3B3. Windows color (decimal): -5712362 or 1496744. OLE color: 1496744.

HSL color Cylindrical-coordinate representation of color #A8D616: hue angle of 74.37º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8D616 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 22 -
CMYK 0.21 0 0.90 0.16
HSL 74.37º 0.81% 0.46% -
HSV(B) 74.37º 0.9% 0.84% -
XYZ 40.34 56.48 9.53 -
YUV 178.36 39.76 120.61 -
System Red Green Blue C M Y K H S L
Decimal 168 214 22 0.21 0 0.90 0.16 74.37 0.81 0.46
Hex A8 D6 16 15 0 5A 10 4A 51 2E
Octal 250 326 26 25 0 132 20 112 121 56
Binary 10101000 11010110 10110 10101 0 1011010 10000 1001010 1010001 101110

Color Harmonies of #A8D616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D616

Black with #A8D616

Text Example


Text Example

White with #A8D616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D616; }

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

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

background-color css

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

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

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

border-color css

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

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

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