#A7CF7B

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

Shades of Feijoa #A7CF7B

Tints of Feijoa #A7CF7B

Color information

#A7CF7B (or 0xA7CF7B) is unknown color: approx Feijoa. HEX triplet: A7, CF and 7B. RGB value is (167,207,123). Sum of RGB (Red+Green+Blue) = 167+207+123=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CF7B is #583084. Grayscale: #B9B9B9. Windows color (decimal): -5779589 or 8114087. OLE color: 8114087.

HSL color Cylindrical-coordinate representation of color #A7CF7B: hue angle of 88.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7CF7B is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB167207123-
CMYK0.1900.410.19
HSL88.57º46.67%64.71%-
HSV(B)88.57º40.58%81.18%-
XYZ41.8254.2727.01-
YUV185.4692.75114.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.60%
GREEN value IS 207 (81.25% from 255) = 41.65%
BLUE value IS 123 (48.44% from 255) = 24.75%
R=33.60%
G=41.65%
B=24.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1672071230.1900.410.1988.5746.6764.71
HexA7CF7B1302913592f41
Octal247317173230512313157101
Binary101001111100111111110111001101010011001110110011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CF7B; }

 p { color: rgb(167,207,123); }

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

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

 a { background-color: rgb(167,207,123); }

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

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

 span { border-color: rgb(167,207,123); }

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