Html Css Color HEX #A8C988 Feijoa

📋 copy color: '#A8C988'

red 168 ◦ green 201 ◦ blue 136

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

Shades of Feijoa #A8C988

Tints of Feijoa #A8C988

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.8%

 BLUE value IS 136 (53.52% from 255) = 26.93%

R = 33.27%
G = 39.8%
B = 26.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#A8C988 (or 0xA8C988) is known color: Feijoa. HEX triplet: A8, C9 and 88. RGB value is (168,201,136). Sum of RGB (Red+Green+Blue) = 168+201+136=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C988 is #573677. Grayscale: #B7B7B7. Windows color (decimal): -5715576 or 8964520. OLE color: 8964520.

HSL color Cylindrical-coordinate representation of color #A8C988: hue angle of 90.46º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8C988 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 201 136 -
CMYK 0.16 0 0.32 0.21
HSL 90.46º 0.38% 0.66% -
HSV(B) 90.46º 0.32% 0.79% -
XYZ 41.48 51.88 31.12 -
YUV 183.72 101.07 116.79 -
System Red Green Blue C M Y K H S L
Decimal 168 201 136 0.16 0 0.32 0.21 90.46 0.38 0.66
Hex A8 C9 88 10 0 20 15 5A 26 42
Octal 250 311 210 20 0 40 25 132 46 102
Binary 10101000 11001001 10001000 10000 0 100000 10101 1011010 100110 1000010

Color Harmonies of #A8C988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C988

Black with #A8C988

Text Example


Text Example

White with #A8C988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C988; }

 p { color: rgb(168,201,136); }

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

background-color css

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

 a { background-color: rgb(168,201,136); }

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

border-color css

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

 span { border-color: rgb(168,201,136); }

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