Html Css Color HEX #A5D68B Feijoa

📋 copy color: '#A5D68B'

red 165 ◦ green 214 ◦ blue 139

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

Shades of Feijoa #A5D68B

Tints of Feijoa #A5D68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.83%

R = 31.85%
G = 41.31%
B = 26.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#A5D68B (or 0xA5D68B) is known color: Feijoa. HEX triplet: A5, D6 and 8B. RGB value is (165,214,139). Sum of RGB (Red+Green+Blue) = 165+214+139=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D68B is #5A2974. Grayscale: #BFBFBF. Windows color (decimal): -5908853 or 9164453. OLE color: 9164453.

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

Color convert

RGB 165 214 139 -
CMYK 0.23 0 0.35 0.16
HSL 99.2º 0.48% 0.69% -
HSV(B) 99.2º 0.35% 0.84% -
XYZ 44.22 57.96 33.28 -
YUV 190.8 98.77 109.6 -
System Red Green Blue C M Y K H S L
Decimal 165 214 139 0.23 0 0.35 0.16 99.2 0.48 0.69
Hex A5 D6 8B 17 0 23 10 63 30 45
Octal 245 326 213 27 0 43 20 143 60 105
Binary 10100101 11010110 10001011 10111 0 100011 10000 1100011 110000 1000101

Color Harmonies of #A5D68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D68B

Black with #A5D68B

Text Example


Text Example

White with #A5D68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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