#A5CC8A

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

Shades of Feijoa #A5CC8A

Tints of Feijoa #A5CC8A

Color information

#A5CC8A (or 0xA5CC8A) is unknown color: approx Feijoa. HEX triplet: A5, CC and 8A. RGB value is (165,204,138). Sum of RGB (Red+Green+Blue) = 165+204+138=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CC8A is #5A3375. Grayscale: #B9B9B9. Windows color (decimal): -5911414 or 9096357. OLE color: 9096357.

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

Color convert

RGB165204138-
CMYK0.1900.320.2
HSL95.45º39.29%67.06%-
HSV(B)95.45º32.35%80%-
XYZ41.753.0232.08-
YUV184.82101.58113.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 204 (80.08% from 255) = 40.24%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=32.54%
G=40.24%
B=27.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1652041380.1900.320.295.4539.2967.06
HexA5CC8A13020145f2743
Octal245314212230402413747103
Binary1010010111001100100010101001101000001010010111111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CC8A; }

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

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

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

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

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

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

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

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