Html Css Color HEX #A4DB13 Inch Worm

📋 copy color: '#A4DB13'

red 164 ◦ green 219 ◦ blue 19

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

Shades of Inch Worm #A4DB13

Tints of Inch Worm #A4DB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.73%

R = 40.8%
G = 54.48%
B = 4.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#A4DB13 (or 0xA4DB13) is known color: Inch Worm. HEX triplet: A4, DB and 13. RGB value is (164,219,19). Sum of RGB (Red+Green+Blue) = 164+219+19=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 219 (85.94% from 255 or 54.48% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4DB13 is #5B24EC. Grayscale: #B4B4B4. Windows color (decimal): -5973229 or 1301412. OLE color: 1301412.

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

Color convert

RGB 164 219 19 -
CMYK 0.25 0 0.91 0.14
HSL 76.5º 0.84% 0.47% -
HSV(B) 76.5º 0.91% 0.86% -
XYZ 40.76 58.6 9.78 -
YUV 179.76 37.28 116.76 -
System Red Green Blue C M Y K H S L
Decimal 164 219 19 0.25 0 0.91 0.14 76.5 0.84 0.47
Hex A4 DB 13 19 0 5B E 4C 54 2F
Octal 244 333 23 31 0 133 16 114 124 57
Binary 10100100 11011011 10011 11001 0 1011011 1110 1001100 1010100 101111

Color Harmonies of #A4DB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DB13

Black with #A4DB13

Text Example


Text Example

White with #A4DB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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