Html Css Color HEX #A4DB16 Inch Worm

📋 copy color: '#A4DB16'

red 164 ◦ green 219 ◦ blue 22

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

Shades of Inch Worm #A4DB16

Tints of Inch Worm #A4DB16

RGB

 RED value IS 164 (64.45% from 255) = 40.49%

 GREEN value IS 219 (85.94% from 255) = 54.07%

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

R = 40.49%
G = 54.07%
B = 5.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#A4DB16 (or 0xA4DB16) is known color: Inch Worm. HEX triplet: A4, DB and 16. RGB value is (164,219,22). Sum of RGB (Red+Green+Blue) = 164+219+22=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 219 (85.94% from 255 or 54.07% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4DB16 is #5B24E9. Grayscale: #B4B4B4. Windows color (decimal): -5973226 or 1498020. OLE color: 1498020.

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

Color convert

RGB 164 219 22 -
CMYK 0.25 0 0.90 0.14
HSL 76.75º 0.82% 0.47% -
HSV(B) 76.75º 0.9% 0.86% -
XYZ 40.79 58.61 9.92 -
YUV 180.1 38.78 116.52 -
System Red Green Blue C M Y K H S L
Decimal 164 219 22 0.25 0 0.90 0.14 76.75 0.82 0.47
Hex A4 DB 16 19 0 5A E 4D 52 2F
Octal 244 333 26 31 0 132 16 115 122 57
Binary 10100100 11011011 10110 11001 0 1011010 1110 1001101 1010010 101111

Color Harmonies of #A4DB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DB16

Black with #A4DB16

Text Example


Text Example

White with #A4DB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DB16; }

 p { color: rgb(164,219,22); }

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

background-color css

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

 a { background-color: rgb(164,219,22); }

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

border-color css

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

 span { border-color: rgb(164,219,22); }

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