Html Css Color HEX #A5DC89 Feijoa

📋 copy color: '#A5DC89'

red 165 ◦ green 220 ◦ blue 137

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

Shades of Feijoa #A5DC89

Tints of Feijoa #A5DC89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.25%

R = 31.61%
G = 42.15%
B = 26.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#A5DC89 (or 0xA5DC89) is known color: Feijoa. HEX triplet: A5, DC and 89. RGB value is (165,220,137). Sum of RGB (Red+Green+Blue) = 165+220+137=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DC89 is #5A2376. Grayscale: #C2C2C2. Windows color (decimal): -5907319 or 9034917. OLE color: 9034917.

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

Color convert

RGB 165 220 137 -
CMYK 0.25 0 0.38 0.14
HSL 99.76º 0.54% 0.7% -
HSV(B) 99.76º 0.38% 0.86% -
XYZ 45.63 60.99 33.03 -
YUV 194.09 95.78 107.25 -
System Red Green Blue C M Y K H S L
Decimal 165 220 137 0.25 0 0.38 0.14 99.76 0.54 0.7
Hex A5 DC 89 19 0 26 E 64 36 46
Octal 245 334 211 31 0 46 16 144 66 106
Binary 10100101 11011100 10001001 11001 0 100110 1110 1100100 110110 1000110

Color Harmonies of #A5DC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DC89

Black with #A5DC89

Text Example


Text Example

White with #A5DC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DC89; }

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

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

background-color css

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

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

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

border-color css

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

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

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