Html Css Color HEX #A9D616 Inch Worm

📋 copy color: '#A9D616'

red 169 ◦ green 214 ◦ blue 22

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

Shades of Inch Worm #A9D616

Tints of Inch Worm #A9D616

RGB

 RED value IS 169 (66.41% from 255) = 41.73%

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

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

R = 41.73%
G = 52.84%
B = 5.43%

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

#A9D616 (or 0xA9D616) is known color: Inch Worm. HEX triplet: A9, D6 and 16. RGB value is (169,214,22). Sum of RGB (Red+Green+Blue) = 169+214+22=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 214 (83.98% from 255 or 52.84% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 214 - color contains mainly: green. Hex color #A9D616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9D616 is #5629E9. Grayscale: #B3B3B3. Windows color (decimal): -5646826 or 1496745. OLE color: 1496745.

HSL color Cylindrical-coordinate representation of color #A9D616: hue angle of 74.06º 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 #A9D616 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 214 22 -
CMYK 0.21 0 0.90 0.16
HSL 74.06º 0.81% 0.46% -
HSV(B) 74.06º 0.9% 0.84% -
XYZ 40.55 56.59 9.54 -
YUV 178.66 39.59 121.11 -
System Red Green Blue C M Y K H S L
Decimal 169 214 22 0.21 0 0.90 0.16 74.06 0.81 0.46
Hex A9 D6 16 15 0 5A 10 4A 51 2E
Octal 251 326 26 25 0 132 20 112 121 56
Binary 10101001 11010110 10110 10101 0 1011010 10000 1001010 1010001 101110

Color Harmonies of #A9D616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D616

Black with #A9D616

Text Example


Text Example

White with #A9D616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D616; }

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

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

background-color css

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

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

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

border-color css

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

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

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