Html Css Color HEX #A8C989 Feijoa

📋 copy color: '#A8C989'

red 168 ◦ green 201 ◦ blue 137

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

Shades of Feijoa #A8C989

Tints of Feijoa #A8C989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.08%

R = 33.2%
G = 39.72%
B = 27.08%

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

#A8C989 (or 0xA8C989) is known color: Feijoa. HEX triplet: A8, C9 and 89. RGB value is (168,201,137). Sum of RGB (Red+Green+Blue) = 168+201+137=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C989 is #573676. Grayscale: #B8B8B8. Windows color (decimal): -5715575 or 9030056. OLE color: 9030056.

HSL color Cylindrical-coordinate representation of color #A8C989: hue angle of 90.94º degrees, saturation: 0.37, 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 #A8C989 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 201 137 -
CMYK 0.16 0 0.32 0.21
HSL 90.94º 0.37% 0.66% -
HSV(B) 90.94º 0.32% 0.79% -
XYZ 41.55 51.9 31.5 -
YUV 183.84 101.57 116.7 -
System Red Green Blue C M Y K H S L
Decimal 168 201 137 0.16 0 0.32 0.21 90.94 0.37 0.66
Hex A8 C9 89 10 0 20 15 5B 25 42
Octal 250 311 211 20 0 40 25 133 45 102
Binary 10101000 11001001 10001001 10000 0 100000 10101 1011011 100101 1000010

Color Harmonies of #A8C989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C989

Black with #A8C989

Text Example


Text Example

White with #A8C989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C989; }

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

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

background-color css

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

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

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

border-color css

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

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

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