Html Css Color HEX #A5D66D Feijoa

📋 copy color: '#A5D66D'

red 165 ◦ green 214 ◦ blue 109

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

Shades of Feijoa #A5D66D

Tints of Feijoa #A5D66D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.85%

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

R = 33.81%
G = 43.85%
B = 22.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#A5D66D (or 0xA5D66D) is known color: Feijoa. HEX triplet: A5, D6 and 6D. RGB value is (165,214,109). Sum of RGB (Red+Green+Blue) = 165+214+109=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D66D is #5A2992. Grayscale: #BBBBBB. Windows color (decimal): -5908883 or 7198373. OLE color: 7198373.

HSL color Cylindrical-coordinate representation of color #A5D66D: hue angle of 88º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5D66D is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 214 109 -
CMYK 0.23 0 0.49 0.16
HSL 88º 0.56% 0.63% -
HSV(B) 88º 0.49% 0.84% -
XYZ 42.32 57.2 23.28 -
YUV 187.38 83.77 112.04 -
System Red Green Blue C M Y K H S L
Decimal 165 214 109 0.23 0 0.49 0.16 88 0.56 0.63
Hex A5 D6 6D 17 0 31 10 58 38 3F
Octal 245 326 155 27 0 61 20 130 70 77
Binary 10100101 11010110 1101101 10111 0 110001 10000 1011000 111000 111111

Color Harmonies of #A5D66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D66D

Black with #A5D66D

Text Example


Text Example

White with #A5D66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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