Html Css Color HEX #A5D815 Inch Worm

📋 copy color: '#A5D815'

red 165 ◦ green 216 ◦ blue 21

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

Shades of Inch Worm #A5D815

Tints of Inch Worm #A5D815

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.73%

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

R = 41.04%
G = 53.73%
B = 5.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#A5D815 (or 0xA5D815) is known color: Inch Worm. HEX triplet: A5, D8 and 15. RGB value is (165,216,21). Sum of RGB (Red+Green+Blue) = 165+216+21=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D815 is #5A27EA. Grayscale: #B3B3B3. Windows color (decimal): -5908459 or 1431717. OLE color: 1431717.

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

Color convert

RGB 165 216 21 -
CMYK 0.24 0 0.90 0.15
HSL 75.69º 0.82% 0.46% -
HSV(B) 75.69º 0.9% 0.85% -
XYZ 40.21 57.17 9.62 -
YUV 178.52 39.1 118.36 -
System Red Green Blue C M Y K H S L
Decimal 165 216 21 0.24 0 0.90 0.15 75.69 0.82 0.46
Hex A5 D8 15 18 0 5A F 4C 52 2E
Octal 245 330 25 30 0 132 17 114 122 56
Binary 10100101 11011000 10101 11000 0 1011010 1111 1001100 1010010 101110

Color Harmonies of #A5D815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D815

Black with #A5D815

Text Example


Text Example

White with #A5D815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D815; }

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

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

background-color css

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

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

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

border-color css

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

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

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