Html Css Color HEX #A5D28B Feijoa

📋 copy color: '#A5D28B'

red 165 ◦ green 210 ◦ blue 139

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

Shades of Feijoa #A5D28B

Tints of Feijoa #A5D28B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.86%

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

R = 32.1%
G = 40.86%
B = 27.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#A5D28B (or 0xA5D28B) is known color: Feijoa. HEX triplet: A5, D2 and 8B. RGB value is (165,210,139). Sum of RGB (Red+Green+Blue) = 165+210+139=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D28B is #5A2D74. Grayscale: #BCBCBC. Windows color (decimal): -5909877 or 9163429. OLE color: 9163429.

HSL color Cylindrical-coordinate representation of color #A5D28B: hue angle of 98.03º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5D28B is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 210 139 -
CMYK 0.21 0 0.34 0.18
HSL 98.03º 0.44% 0.68% -
HSV(B) 98.03º 0.34% 0.82% -
XYZ 43.22 55.96 32.95 -
YUV 188.45 100.09 111.27 -
System Red Green Blue C M Y K H S L
Decimal 165 210 139 0.21 0 0.34 0.18 98.03 0.44 0.68
Hex A5 D2 8B 15 0 22 12 62 2C 44
Octal 245 322 213 25 0 42 22 142 54 104
Binary 10100101 11010010 10001011 10101 0 100010 10010 1100010 101100 1000100

Color Harmonies of #A5D28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D28B

Black with #A5D28B

Text Example


Text Example

White with #A5D28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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