Html Css Color HEX #A7C885 Feijoa

📋 copy color: '#A7C885'

red 167 ◦ green 200 ◦ blue 133

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

Shades of Feijoa #A7C885

Tints of Feijoa #A7C885

RGB

 RED value IS 167 (65.63% from 255) = 33.4%

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

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

R = 33.4%
G = 40%
B = 26.6%

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

#A7C885 (or 0xA7C885) is known color: Feijoa. HEX triplet: A7, C8 and 85. RGB value is (167,200,133). Sum of RGB (Red+Green+Blue) = 167+200+133=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C885 is #58377A. Grayscale: #B6B6B6. Windows color (decimal): -5781371 or 8767655. OLE color: 8767655.

HSL color Cylindrical-coordinate representation of color #A7C885: hue angle of 89.55º 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 #A7C885 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 200 133 -
CMYK 0.16 0 0.34 0.22
HSL 89.55º 0.38% 0.65% -
HSV(B) 89.55º 0.34% 0.78% -
XYZ 40.82 51.22 29.92 -
YUV 182.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 167 200 133 0.16 0 0.34 0.22 89.55 0.38 0.65
Hex A7 C8 85 10 0 22 16 5A 26 41
Octal 247 310 205 20 0 42 26 132 46 101
Binary 10100111 11001000 10000101 10000 0 100010 10110 1011010 100110 1000001

Color Harmonies of #A7C885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C885

Black with #A7C885

Text Example


Text Example

White with #A7C885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C885; }

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

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

background-color css

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

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

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

border-color css

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

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

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