Html Css Color HEX #A5D46D Feijoa

📋 copy color: '#A5D46D'

red 165 ◦ green 212 ◦ blue 109

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

Shades of Feijoa #A5D46D

Tints of Feijoa #A5D46D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.62%

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

R = 33.95%
G = 43.62%
B = 22.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#A5D46D (or 0xA5D46D) is known color: Feijoa. HEX triplet: A5, D4 and 6D. RGB value is (165,212,109). Sum of RGB (Red+Green+Blue) = 165+212+109=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D46D is #5A2B92. Grayscale: #BABABA. Windows color (decimal): -5909395 or 7197861. OLE color: 7197861.

HSL color Cylindrical-coordinate representation of color #A5D46D: hue angle of 87.38º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5D46D is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 212 109 -
CMYK 0.22 0 0.49 0.17
HSL 87.38º 0.54% 0.63% -
HSV(B) 87.38º 0.49% 0.83% -
XYZ 41.82 56.19 23.11 -
YUV 186.21 84.43 112.88 -
System Red Green Blue C M Y K H S L
Decimal 165 212 109 0.22 0 0.49 0.17 87.38 0.54 0.63
Hex A5 D4 6D 16 0 31 11 57 36 3F
Octal 245 324 155 26 0 61 21 127 66 77
Binary 10100101 11010100 1101101 10110 0 110001 10001 1010111 110110 111111

Color Harmonies of #A5D46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D46D

Black with #A5D46D

Text Example


Text Example

White with #A5D46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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