Html Css Color HEX #A8C885 Feijoa

📋 copy color: '#A8C885'

red 168 ◦ green 200 ◦ blue 133

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

Shades of Feijoa #A8C885

Tints of Feijoa #A8C885

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.92%

 BLUE value IS 133 (52.34% from 255) = 26.55%

R = 33.53%
G = 39.92%
B = 26.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#A8C885 (or 0xA8C885) is known color: Feijoa. HEX triplet: A8, C8 and 85. RGB value is (168,200,133). Sum of RGB (Red+Green+Blue) = 168+200+133=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C885 is #57377A. Grayscale: #B7B7B7. Windows color (decimal): -5715835 or 8767656. OLE color: 8767656.

HSL color Cylindrical-coordinate representation of color #A8C885: hue angle of 88.66º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8C885 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 200 133 -
CMYK 0.16 0 0.34 0.22
HSL 88.66º 0.38% 0.65% -
HSV(B) 88.66º 0.34% 0.78% -
XYZ 41.04 51.33 29.93 -
YUV 182.79 99.9 117.45 -
System Red Green Blue C M Y K H S L
Decimal 168 200 133 0.16 0 0.34 0.22 88.66 0.38 0.65
Hex A8 C8 85 10 0 22 16 59 26 41
Octal 250 310 205 20 0 42 26 131 46 101
Binary 10101000 11001000 10000101 10000 0 100010 10110 1011001 100110 1000001

Color Harmonies of #A8C885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C885

Black with #A8C885

Text Example


Text Example

White with #A8C885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C885; }

 p { color: rgb(168,200,133); }

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

background-color css

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

 a { background-color: rgb(168,200,133); }

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

border-color css

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

 span { border-color: rgb(168,200,133); }

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