Html Css Color HEX #A5DB00 Inch Worm

📋 copy color: '#A5DB00'

red 165 ◦ green 219 ◦ blue 0

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

Shades of Inch Worm #A5DB00

Tints of Inch Worm #A5DB00

RGB

 RED value IS 165 (64.84% from 255) = 42.97%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.97%
G = 57.03%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#A5DB00 (or 0xA5DB00) is known color: Inch Worm. HEX triplet: A5, DB and 00. RGB value is (165,219,0). Sum of RGB (Red+Green+Blue) = 165+219+0=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 219 (85.94% from 255 or 57.03% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5DB00 is #5A24FF. Grayscale: #B2B2B2. Windows color (decimal): -5907712 or 56229. OLE color: 56229.

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

Color convert

RGB 165 219 0 -
CMYK 0.25 0 1 0.14
HSL 74.79º 1% 0.43% -
HSV(B) 74.79º 1% 0.86% -
XYZ 40.85 58.66 9.17 -
YUV 177.89 27.61 118.81 -
System Red Green Blue C M Y K H S L
Decimal 165 219 0 0.25 0 1 0.14 74.79 1 0.43
Hex A5 DB 0 19 0 64 E 4B 64 2B
Octal 245 333 0 31 0 144 16 113 144 53
Binary 10100101 11011011 0 11001 0 1100100 1110 1001011 1100100 101011

Color Harmonies of #A5DB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DB00

Black with #A5DB00

Text Example


Text Example

White with #A5DB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DB00; }

 p { color: rgb(165,219,0); }

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

background-color css

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

 a { background-color: rgb(165,219,0); }

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

border-color css

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

 span { border-color: rgb(165,219,0); }

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