Html Css Color HEX #A5D68D Feijoa

📋 copy color: '#A5D68D'

red 165 ◦ green 214 ◦ blue 141

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

Shades of Feijoa #A5D68D

Tints of Feijoa #A5D68D

RGB

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

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

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

R = 31.73%
G = 41.15%
B = 27.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#A5D68D (or 0xA5D68D) is known color: Feijoa. HEX triplet: A5, D6 and 8D. RGB value is (165,214,141). Sum of RGB (Red+Green+Blue) = 165+214+141=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D68D is #5A2972. Grayscale: #BFBFBF. Windows color (decimal): -5908851 or 9295525. OLE color: 9295525.

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

Color convert

RGB 165 214 141 -
CMYK 0.23 0 0.34 0.16
HSL 100.27º 0.47% 0.7% -
HSV(B) 100.27º 0.34% 0.84% -
XYZ 44.37 58.02 34.06 -
YUV 191.03 99.77 109.44 -
System Red Green Blue C M Y K H S L
Decimal 165 214 141 0.23 0 0.34 0.16 100.27 0.47 0.7
Hex A5 D6 8D 17 0 22 10 64 2F 46
Octal 245 326 215 27 0 42 20 144 57 106
Binary 10100101 11010110 10001101 10111 0 100010 10000 1100100 101111 1000110

Color Harmonies of #A5D68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D68D

Black with #A5D68D

Text Example


Text Example

White with #A5D68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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