#A5CC7F

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

Shades of Feijoa #A5CC7F

Tints of Feijoa #A5CC7F

Color information

#A5CC7F (or 0xA5CC7F) is unknown color: approx Feijoa. HEX triplet: A5, CC and 7F. RGB value is (165,204,127). Sum of RGB (Red+Green+Blue) = 165+204+127=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CC7F is #5A3380. Grayscale: #B7B7B7. Windows color (decimal): -5911425 or 8375461. OLE color: 8375461.

HSL color Cylindrical-coordinate representation of color #A5CC7F: hue angle of 90.39º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5CC7F is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB165204127-
CMYK0.1900.380.2
HSL90.39º43.02%64.9%-
HSV(B)90.39º37.75%80%-
XYZ40.9452.7228.1-
YUV183.5696.08114.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 204 (80.08% from 255) = 41.13%
BLUE value IS 127 (50% from 255) = 25.60%
R=33.27%
G=41.13%
B=25.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1652041270.1900.380.290.3943.0264.9
HexA5CC7F13026145a2b41
Octal245314177230462413253101
Binary101001011100110011111111001101001101010010110101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CC7F; }

 p { color: rgb(165,204,127); }

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

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

 a { background-color: rgb(165,204,127); }

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

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

 span { border-color: rgb(165,204,127); }

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