#A7CD85

Color #A7CD85 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #A7CD85

Tints of Feijoa #A7CD85

Color information

#A7CD85 (or 0xA7CD85) is unknown color: approx Feijoa. HEX triplet: A7, CD and 85. RGB value is (167,205,133). Sum of RGB (Red+Green+Blue) = 167+205+133=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CD85 is #58327A. Grayscale: #B9B9B9. Windows color (decimal): -5780091 or 8768935. OLE color: 8768935.

HSL color Cylindrical-coordinate representation of color #A7CD85: hue angle of 91.67º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7CD85 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB167205133-
CMYK0.1900.350.20
HSL91.67º41.86%66.27%-
HSV(B)91.67º35.12%80.39%-
XYZ4253.5730.32-
YUV185.4398.41114.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.07%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=33.07%
G=40.59%
B=26.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672051330.1900.350.2091.6741.8666.27
HexA7CD8513023145c2a42
Octal247315205230432413452102
Binary1010011111001101100001011001101000111010010111001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CD85; }

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

 H1.HeaderClassName
 {
   color: #A7CD85;
 }
 .AnyTagClassName
 {
   color: #A7CD85;
 }
</style>
background-color css

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

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

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

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

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

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