Html Css Color HEX #A5D520 Inch Worm

📋 copy color: '#A5D520'

red 165 ◦ green 213 ◦ blue 32

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

Shades of Inch Worm #A5D520

Tints of Inch Worm #A5D520

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.95%

 BLUE value IS 32 (12.89% from 255) = 7.8%

R = 40.24%
G = 51.95%
B = 7.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#A5D520 (or 0xA5D520) is known color: Inch Worm. HEX triplet: A5, D5 and 20. RGB value is (165,213,32). Sum of RGB (Red+Green+Blue) = 165+213+32=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D520 is #5A2ADF. Grayscale: #B2B2B2. Windows color (decimal): -5909216 or 2151845. OLE color: 2151845.

HSL color Cylindrical-coordinate representation of color #A5D520: hue angle of 75.91º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5D520 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 213 32 -
CMYK 0.23 0 0.85 0.16
HSL 75.91º 0.74% 0.48% -
HSV(B) 75.91º 0.85% 0.84% -
XYZ 39.57 55.69 10.03 -
YUV 178.01 45.6 118.72 -
System Red Green Blue C M Y K H S L
Decimal 165 213 32 0.23 0 0.85 0.16 75.91 0.74 0.48
Hex A5 D5 20 17 0 55 10 4C 4A 30
Octal 245 325 40 27 0 125 20 114 112 60
Binary 10100101 11010101 100000 10111 0 1010101 10000 1001100 1001010 110000

Color Harmonies of #A5D520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D520

Black with #A5D520

Text Example


Text Example

White with #A5D520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D520; }

 p { color: rgb(165,213,32); }

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

background-color css

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

 a { background-color: rgb(165,213,32); }

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

border-color css

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

 span { border-color: rgb(165,213,32); }

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