#A7CF81

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

Shades of Feijoa #A7CF81

Tints of Feijoa #A7CF81

Color information

#A7CF81 (or 0xA7CF81) is unknown color: approx Feijoa. HEX triplet: A7, CF and 81. RGB value is (167,207,129). Sum of RGB (Red+Green+Blue) = 167+207+129=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CF81 is #58307E. Grayscale: #BABABA. Windows color (decimal): -5779583 or 8507303. OLE color: 8507303.

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

Color convert

RGB167207129-
CMYK0.1900.380.19
HSL90.77º44.83%65.88%-
HSV(B)90.77º37.68%81.18%-
XYZ42.2154.4329.05-
YUV186.1595.75114.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.20%
GREEN value IS 207 (81.25% from 255) = 41.15%
BLUE value IS 129 (50.78% from 255) = 25.65%
R=33.20%
G=41.15%
B=25.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1672071290.1900.380.1990.7744.8365.88
HexA7CF8113026135b2d42
Octal247317201230462313355102
Binary1010011111001111100000011001101001101001110110111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CF81; }

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

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

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

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

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

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

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

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