Html Css Color HEX #A5DB15 Inch Worm

📋 copy color: '#A5DB15'

red 165 ◦ green 219 ◦ blue 21

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

Shades of Inch Worm #A5DB15

Tints of Inch Worm #A5DB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.19%

R = 40.74%
G = 54.07%
B = 5.19%

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

#A5DB15 (or 0xA5DB15) is known color: Inch Worm. HEX triplet: A5, DB and 15. RGB value is (165,219,21). Sum of RGB (Red+Green+Blue) = 165+219+21=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 219 (85.94% from 255 or 54.07% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5DB15 is #5A24EA. Grayscale: #B5B5B5. Windows color (decimal): -5907691 or 1432485. OLE color: 1432485.

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

Color convert

RGB 165 219 21 -
CMYK 0.25 0 0.90 0.14
HSL 76.36º 0.83% 0.47% -
HSV(B) 76.36º 0.9% 0.86% -
XYZ 40.98 58.72 9.88 -
YUV 180.28 38.11 117.1 -
System Red Green Blue C M Y K H S L
Decimal 165 219 21 0.25 0 0.90 0.14 76.36 0.83 0.47
Hex A5 DB 15 19 0 5A E 4C 52 2F
Octal 245 333 25 31 0 132 16 114 122 57
Binary 10100101 11011011 10101 11001 0 1011010 1110 1001100 1010010 101111

Color Harmonies of #A5DB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DB15

Black with #A5DB15

Text Example


Text Example

White with #A5DB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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