Html Css Color HEX #A4DB0F Inch Worm

📋 copy color: '#A4DB0F'

red 164 ◦ green 219 ◦ blue 15

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

Shades of Inch Worm #A4DB0F

Tints of Inch Worm #A4DB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.77%

R = 41.21%
G = 55.03%
B = 3.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#A4DB0F (or 0xA4DB0F) is known color: Inch Worm. HEX triplet: A4, DB and 0F. RGB value is (164,219,15). Sum of RGB (Red+Green+Blue) = 164+219+15=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4DB0F is #5B24F0. Grayscale: #B4B4B4. Windows color (decimal): -5973233 or 1039268. OLE color: 1039268.

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

Color convert

RGB 164 219 15 -
CMYK 0.25 0 0.93 0.14
HSL 76.18º 0.87% 0.46% -
HSV(B) 76.18º 0.93% 0.86% -
XYZ 40.73 58.59 9.61 -
YUV 179.3 35.28 117.09 -
System Red Green Blue C M Y K H S L
Decimal 164 219 15 0.25 0 0.93 0.14 76.18 0.87 0.46
Hex A4 DB F 19 0 5D E 4C 57 2E
Octal 244 333 17 31 0 135 16 114 127 56
Binary 10100100 11011011 1111 11001 0 1011101 1110 1001100 1010111 101110

Color Harmonies of #A4DB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DB0F

Black with #A4DB0F

Text Example


Text Example

White with #A4DB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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