Html Css Color HEX #A5D58C Feijoa

📋 copy color: '#A5D58C'

red 165 ◦ green 213 ◦ blue 140

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

Shades of Feijoa #A5D58C

Tints of Feijoa #A5D58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.03%

R = 31.85%
G = 41.12%
B = 27.03%

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

#A5D58C (or 0xA5D58C) is known color: Feijoa. HEX triplet: A5, D5 and 8C. RGB value is (165,213,140). Sum of RGB (Red+Green+Blue) = 165+213+140=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D58C is #5A2A73. Grayscale: #BEBEBE. Windows color (decimal): -5909108 or 9229733. OLE color: 9229733.

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

Color convert

RGB 165 213 140 -
CMYK 0.23 0 0.34 0.16
HSL 99.45º 0.46% 0.69% -
HSV(B) 99.45º 0.34% 0.84% -
XYZ 44.04 57.48 33.58 -
YUV 190.33 99.6 109.94 -
System Red Green Blue C M Y K H S L
Decimal 165 213 140 0.23 0 0.34 0.16 99.45 0.46 0.69
Hex A5 D5 8C 17 0 22 10 63 2E 45
Octal 245 325 214 27 0 42 20 143 56 105
Binary 10100101 11010101 10001100 10111 0 100010 10000 1100011 101110 1000101

Color Harmonies of #A5D58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D58C

Black with #A5D58C

Text Example


Text Example

White with #A5D58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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