Html Css Color HEX #A5DF8D Feijoa

📋 copy color: '#A5DF8D'

red 165 ◦ green 223 ◦ blue 141

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

Shades of Feijoa #A5DF8D

Tints of Feijoa #A5DF8D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.16%

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

R = 31.19%
G = 42.16%
B = 26.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#A5DF8D (or 0xA5DF8D) is known color: Feijoa. HEX triplet: A5, DF and 8D. RGB value is (165,223,141). Sum of RGB (Red+Green+Blue) = 165+223+141=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DF8D is #5A2072. Grayscale: #C4C4C4. Windows color (decimal): -5906547 or 9297829. OLE color: 9297829.

HSL color Cylindrical-coordinate representation of color #A5DF8D: hue angle of 102.44º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5DF8D is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 223 141 -
CMYK 0.26 0 0.37 0.13
HSL 102.44º 0.56% 0.71% -
HSV(B) 102.44º 0.37% 0.87% -
XYZ 46.71 62.7 34.84 -
YUV 196.31 96.78 105.67 -
System Red Green Blue C M Y K H S L
Decimal 165 223 141 0.26 0 0.37 0.13 102.44 0.56 0.71
Hex A5 DF 8D 1A 0 25 D 66 38 47
Octal 245 337 215 32 0 45 15 146 70 107
Binary 10100101 11011111 10001101 11010 0 100101 1101 1100110 111000 1000111

Color Harmonies of #A5DF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DF8D

Black with #A5DF8D

Text Example


Text Example

White with #A5DF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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