Html Css Color HEX #A5D615 Inch Worm

📋 copy color: '#A5D615'

red 165 ◦ green 214 ◦ blue 21

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

Shades of Inch Worm #A5D615

Tints of Inch Worm #A5D615

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.5%

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

R = 41.25%
G = 53.5%
B = 5.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#A5D615 (or 0xA5D615) is known color: Inch Worm. HEX triplet: A5, D6 and 15. RGB value is (165,214,21). Sum of RGB (Red+Green+Blue) = 165+214+21=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D615 is #5A29EA. Grayscale: #B2B2B2. Windows color (decimal): -5908971 or 1431205. OLE color: 1431205.

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

Color convert

RGB 165 214 21 -
CMYK 0.23 0 0.90 0.16
HSL 75.23º 0.82% 0.46% -
HSV(B) 75.23º 0.9% 0.84% -
XYZ 39.7 56.15 9.45 -
YUV 177.35 39.77 119.19 -
System Red Green Blue C M Y K H S L
Decimal 165 214 21 0.23 0 0.90 0.16 75.23 0.82 0.46
Hex A5 D6 15 17 0 5A 10 4B 52 2E
Octal 245 326 25 27 0 132 20 113 122 56
Binary 10100101 11010110 10101 10111 0 1011010 10000 1001011 1010010 101110

Color Harmonies of #A5D615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D615

Black with #A5D615

Text Example


Text Example

White with #A5D615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D615; }

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

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

background-color css

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

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

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

border-color css

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

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

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