Html Css Color HEX #A5D720 Inch Worm

📋 copy color: '#A5D720'

red 165 ◦ green 215 ◦ blue 32

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

Shades of Inch Worm #A5D720

Tints of Inch Worm #A5D720

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.18%

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

R = 40.05%
G = 52.18%
B = 7.77%

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

#A5D720 (or 0xA5D720) is known color: Inch Worm. HEX triplet: A5, D7 and 20. RGB value is (165,215,32). Sum of RGB (Red+Green+Blue) = 165+215+32=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 215 (84.38% from 255 or 52.18% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D720 is #5A28DF. Grayscale: #B3B3B3. Windows color (decimal): -5908704 or 2152357. OLE color: 2152357.

HSL color Cylindrical-coordinate representation of color #A5D720: hue angle of 76.39º 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 #A5D720 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 215 32 -
CMYK 0.23 0 0.85 0.16
HSL 76.39º 0.74% 0.48% -
HSV(B) 76.39º 0.85% 0.84% -
XYZ 40.08 56.7 10.2 -
YUV 179.19 44.94 117.88 -
System Red Green Blue C M Y K H S L
Decimal 165 215 32 0.23 0 0.85 0.16 76.39 0.74 0.48
Hex A5 D7 20 17 0 55 10 4C 4A 30
Octal 245 327 40 27 0 125 20 114 112 60
Binary 10100101 11010111 100000 10111 0 1010101 10000 1001100 1001010 110000

Color Harmonies of #A5D720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D720

Black with #A5D720

Text Example


Text Example

White with #A5D720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D720; }

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

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

background-color css

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

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

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

border-color css

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

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

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