Html Css Color HEX #A5D96D Feijoa

📋 copy color: '#A5D96D'

red 165 ◦ green 217 ◦ blue 109

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

Shades of Feijoa #A5D96D

Tints of Feijoa #A5D96D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.2%

 BLUE value IS 109 (42.97% from 255) = 22.2%

R = 33.6%
G = 44.2%
B = 22.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#A5D96D (or 0xA5D96D) is known color: Feijoa. HEX triplet: A5, D9 and 6D. RGB value is (165,217,109). Sum of RGB (Red+Green+Blue) = 165+217+109=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D96D is #5A2692. Grayscale: #BDBDBD. Windows color (decimal): -5908115 or 7199141. OLE color: 7199141.

HSL color Cylindrical-coordinate representation of color #A5D96D: hue angle of 88.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5D96D is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 217 109 -
CMYK 0.24 0 0.50 0.15
HSL 88.89º 0.59% 0.64% -
HSV(B) 88.89º 0.5% 0.85% -
XYZ 43.09 58.73 23.53 -
YUV 189.14 82.77 110.78 -
System Red Green Blue C M Y K H S L
Decimal 165 217 109 0.24 0 0.50 0.15 88.89 0.59 0.64
Hex A5 D9 6D 18 0 32 F 59 3B 40
Octal 245 331 155 30 0 62 17 131 73 100
Binary 10100101 11011001 1101101 11000 0 110010 1111 1011001 111011 1000000

Color Harmonies of #A5D96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D96D

Black with #A5D96D

Text Example


Text Example

White with #A5D96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D96D; }

 p { color: rgb(165,217,109); }

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

background-color css

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

 a { background-color: rgb(165,217,109); }

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

border-color css

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

 span { border-color: rgb(165,217,109); }

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