Html Css Color HEX #A4D88B Feijoa

📋 copy color: '#A4D88B'

red 164 ◦ green 216 ◦ blue 139

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

Shades of Feijoa #A4D88B

Tints of Feijoa #A4D88B

RGB

 RED value IS 164 (64.45% from 255) = 31.6%

 GREEN value IS 216 (84.77% from 255) = 41.62%

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

R = 31.6%
G = 41.62%
B = 26.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#A4D88B (or 0xA4D88B) is known color: Feijoa. HEX triplet: A4, D8 and 8B. RGB value is (164,216,139). Sum of RGB (Red+Green+Blue) = 164+216+139=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D88B is #5B2774. Grayscale: #BFBFBF. Windows color (decimal): -5973877 or 9164964. OLE color: 9164964.

HSL color Cylindrical-coordinate representation of color #A4D88B: hue angle of 100.52º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4D88B is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 216 139 -
CMYK 0.24 0 0.36 0.15
HSL 100.52º 0.5% 0.7% -
HSV(B) 100.52º 0.36% 0.85% -
XYZ 44.53 58.87 33.44 -
YUV 191.67 98.27 108.26 -
System Red Green Blue C M Y K H S L
Decimal 164 216 139 0.24 0 0.36 0.15 100.52 0.5 0.7
Hex A4 D8 8B 18 0 24 F 65 32 46
Octal 244 330 213 30 0 44 17 145 62 106
Binary 10100100 11011000 10001011 11000 0 100100 1111 1100101 110010 1000110

Color Harmonies of #A4D88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D88B

Black with #A4D88B

Text Example


Text Example

White with #A4D88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D88B; }

 p { color: rgb(164,216,139); }

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

background-color css

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

 a { background-color: rgb(164,216,139); }

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

border-color css

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

 span { border-color: rgb(164,216,139); }

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