Html Css Color HEX #A5D58B Feijoa

📋 copy color: '#A5D58B'

red 165 ◦ green 213 ◦ blue 139

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

Shades of Feijoa #A5D58B

Tints of Feijoa #A5D58B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.2%

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

R = 31.91%
G = 41.2%
B = 26.89%

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

#A5D58B (or 0xA5D58B) is known color: Feijoa. HEX triplet: A5, D5 and 8B. RGB value is (165,213,139). Sum of RGB (Red+Green+Blue) = 165+213+139=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D58B is #5A2A74. Grayscale: #BEBEBE. Windows color (decimal): -5909109 or 9164197. OLE color: 9164197.

HSL color Cylindrical-coordinate representation of color #A5D58B: hue angle of 98.92º degrees, saturation: 0.47, 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 #A5D58B is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 213 139 -
CMYK 0.23 0 0.35 0.16
HSL 98.92º 0.47% 0.69% -
HSV(B) 98.92º 0.35% 0.84% -
XYZ 43.97 57.45 33.2 -
YUV 190.21 99.1 110.02 -
System Red Green Blue C M Y K H S L
Decimal 165 213 139 0.23 0 0.35 0.16 98.92 0.47 0.69
Hex A5 D5 8B 17 0 23 10 63 2F 45
Octal 245 325 213 27 0 43 20 143 57 105
Binary 10100101 11010101 10001011 10111 0 100011 10000 1100011 101111 1000101

Color Harmonies of #A5D58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D58B

Black with #A5D58B

Text Example


Text Example

White with #A5D58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D58B; }

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

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

background-color css

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

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

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

border-color css

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

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

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