Html Css Color HEX #A4D98D Feijoa

📋 copy color: '#A4D98D'

red 164 ◦ green 217 ◦ blue 141

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

Shades of Feijoa #A4D98D

Tints of Feijoa #A4D98D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.57%

 BLUE value IS 141 (55.47% from 255) = 27.01%

R = 31.42%
G = 41.57%
B = 27.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#A4D98D (or 0xA4D98D) is known color: Feijoa. HEX triplet: A4, D9 and 8D. RGB value is (164,217,141). Sum of RGB (Red+Green+Blue) = 164+217+141=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D98D is #5B2672. Grayscale: #C0C0C0. Windows color (decimal): -5973619 or 9296292. OLE color: 9296292.

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

Color convert

RGB 164 217 141 -
CMYK 0.24 0 0.35 0.15
HSL 101.84º 0.5% 0.7% -
HSV(B) 101.84º 0.35% 0.85% -
XYZ 44.93 59.44 34.3 -
YUV 192.49 98.94 107.68 -
System Red Green Blue C M Y K H S L
Decimal 164 217 141 0.24 0 0.35 0.15 101.84 0.5 0.7
Hex A4 D9 8D 18 0 23 F 66 32 46
Octal 244 331 215 30 0 43 17 146 62 106
Binary 10100100 11011001 10001101 11000 0 100011 1111 1100110 110010 1000110

Color Harmonies of #A4D98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D98D

Black with #A4D98D

Text Example


Text Example

White with #A4D98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D98D; }

 p { color: rgb(164,217,141); }

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

background-color css

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

 a { background-color: rgb(164,217,141); }

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

border-color css

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

 span { border-color: rgb(164,217,141); }

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