Html Css Color HEX #A5DA11 Inch Worm

📋 copy color: '#A5DA11'

red 165 ◦ green 218 ◦ blue 17

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

Shades of Inch Worm #A5DA11

Tints of Inch Worm #A5DA11

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.5%

 BLUE value IS 17 (7.03% from 255) = 4.25%

R = 41.25%
G = 54.5%
B = 4.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#A5DA11 (or 0xA5DA11) is known color: Inch Worm. HEX triplet: A5, DA and 11. RGB value is (165,218,17). Sum of RGB (Red+Green+Blue) = 165+218+17=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5DA11 is #5A25EE. Grayscale: #B3B3B3. Windows color (decimal): -5907951 or 1170085. OLE color: 1170085.

HSL color Cylindrical-coordinate representation of color #A5DA11: hue angle of 75.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5DA11 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 218 17 -
CMYK 0.24 0 0.92 0.15
HSL 75.82º 0.86% 0.46% -
HSV(B) 75.82º 0.92% 0.85% -
XYZ 40.69 58.18 9.62 -
YUV 179.24 36.44 117.84 -
System Red Green Blue C M Y K H S L
Decimal 165 218 17 0.24 0 0.92 0.15 75.82 0.86 0.46
Hex A5 DA 11 18 0 5C F 4C 56 2E
Octal 245 332 21 30 0 134 17 114 126 56
Binary 10100101 11011010 10001 11000 0 1011100 1111 1001100 1010110 101110

Color Harmonies of #A5DA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DA11

Black with #A5DA11

Text Example


Text Example

White with #A5DA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DA11; }

 p { color: rgb(165,218,17); }

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

background-color css

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

 a { background-color: rgb(165,218,17); }

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

border-color css

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

 span { border-color: rgb(165,218,17); }

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