Html Css Color HEX #A5DC8D Feijoa

📋 copy color: '#A5DC8D'

red 165 ◦ green 220 ◦ blue 141

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

Shades of Feijoa #A5DC8D

Tints of Feijoa #A5DC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.81%

R = 31.37%
G = 41.83%
B = 26.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#A5DC8D (or 0xA5DC8D) is known color: Feijoa. HEX triplet: A5, DC and 8D. RGB value is (165,220,141). Sum of RGB (Red+Green+Blue) = 165+220+141=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DC8D is #5A2372. Grayscale: #C2C2C2. Windows color (decimal): -5907315 or 9297061. OLE color: 9297061.

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

Color convert

RGB 165 220 141 -
CMYK 0.25 0 0.36 0.14
HSL 101.77º 0.53% 0.71% -
HSV(B) 101.77º 0.36% 0.86% -
XYZ 45.92 61.11 34.57 -
YUV 194.55 97.78 106.92 -
System Red Green Blue C M Y K H S L
Decimal 165 220 141 0.25 0 0.36 0.14 101.77 0.53 0.71
Hex A5 DC 8D 19 0 24 E 66 35 47
Octal 245 334 215 31 0 44 16 146 65 107
Binary 10100101 11011100 10001101 11001 0 100100 1110 1100110 110101 1000111

Color Harmonies of #A5DC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DC8D

Black with #A5DC8D

Text Example


Text Example

White with #A5DC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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