Html Css Color HEX #A5DC82 Feijoa

📋 copy color: '#A5DC82'

red 165 ◦ green 220 ◦ blue 130

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

Shades of Feijoa #A5DC82

Tints of Feijoa #A5DC82

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.72%

 BLUE value IS 130 (51.17% from 255) = 25.24%

R = 32.04%
G = 42.72%
B = 25.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#A5DC82 (or 0xA5DC82) is known color: Feijoa. HEX triplet: A5, DC and 82. RGB value is (165,220,130). Sum of RGB (Red+Green+Blue) = 165+220+130=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DC82 is #5A237D. Grayscale: #C1C1C1. Windows color (decimal): -5907326 or 8576165. OLE color: 8576165.

HSL color Cylindrical-coordinate representation of color #A5DC82: hue angle of 96.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5DC82 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 220 130 -
CMYK 0.25 0 0.41 0.14
HSL 96.67º 0.56% 0.69% -
HSV(B) 96.67º 0.41% 0.86% -
XYZ 45.14 60.8 30.48 -
YUV 193.3 92.28 107.82 -
System Red Green Blue C M Y K H S L
Decimal 165 220 130 0.25 0 0.41 0.14 96.67 0.56 0.69
Hex A5 DC 82 19 0 29 E 61 38 45
Octal 245 334 202 31 0 51 16 141 70 105
Binary 10100101 11011100 10000010 11001 0 101001 1110 1100001 111000 1000101

Color Harmonies of #A5DC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DC82

Black with #A5DC82

Text Example


Text Example

White with #A5DC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DC82; }

 p { color: rgb(165,220,130); }

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

background-color css

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

 a { background-color: rgb(165,220,130); }

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

border-color css

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

 span { border-color: rgb(165,220,130); }

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