Html Css Color HEX #A8D98F Feijoa

📋 copy color: '#A8D98F'

red 168 ◦ green 217 ◦ blue 143

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

Shades of Feijoa #A8D98F

Tints of Feijoa #A8D98F

RGB

 RED value IS 168 (66.02% from 255) = 31.82%

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

 BLUE value IS 143 (56.25% from 255) = 27.08%

R = 31.82%
G = 41.1%
B = 27.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#A8D98F (or 0xA8D98F) is known color: Feijoa. HEX triplet: A8, D9 and 8F. RGB value is (168,217,143). Sum of RGB (Red+Green+Blue) = 168+217+143=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D98F is #572670. Grayscale: #C2C2C2. Windows color (decimal): -5711473 or 9427368. OLE color: 9427368.

HSL color Cylindrical-coordinate representation of color #A8D98F: hue angle of 99.73º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8D98F is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 217 143 -
CMYK 0.23 0 0.34 0.15
HSL 99.73º 0.49% 0.71% -
HSV(B) 99.73º 0.34% 0.85% -
XYZ 45.92 59.93 35.13 -
YUV 193.91 99.27 109.52 -
System Red Green Blue C M Y K H S L
Decimal 168 217 143 0.23 0 0.34 0.15 99.73 0.49 0.71
Hex A8 D9 8F 17 0 22 F 64 31 47
Octal 250 331 217 27 0 42 17 144 61 107
Binary 10101000 11011001 10001111 10111 0 100010 1111 1100100 110001 1000111

Color Harmonies of #A8D98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D98F

Black with #A8D98F

Text Example


Text Example

White with #A8D98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D98F; }

 p { color: rgb(168,217,143); }

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

background-color css

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

 a { background-color: rgb(168,217,143); }

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

border-color css

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

 span { border-color: rgb(168,217,143); }

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