#A7CF83

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

Shades of Feijoa #A7CF83

Tints of Feijoa #A7CF83

Color information

#A7CF83 (or 0xA7CF83) is unknown color: approx Feijoa. HEX triplet: A7, CF and 83. RGB value is (167,207,131). Sum of RGB (Red+Green+Blue) = 167+207+131=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CF83 is #58307C. Grayscale: #BABABA. Windows color (decimal): -5779581 or 8638375. OLE color: 8638375.

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

Color convert

RGB167207131-
CMYK0.1900.370.19
HSL91.58º44.19%66.27%-
HSV(B)91.58º36.71%81.18%-
XYZ42.3554.4829.76-
YUV186.3896.75114.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.07%
GREEN value IS 207 (81.25% from 255) = 40.99%
BLUE value IS 131 (51.56% from 255) = 25.94%
R=33.07%
G=40.99%
B=25.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1672071310.1900.370.1991.5844.1966.27
HexA7CF8313025135c2c42
Octal247317203230452313454102
Binary1010011111001111100000111001101001011001110111001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CF83; }

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

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

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

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

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

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

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

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