#A5D675

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

Shades of Feijoa #A5D675

Tints of Feijoa #A5D675

Color information

#A5D675 (or 0xA5D675) is unknown color: approx Feijoa. HEX triplet: A5, D6 and 75. RGB value is (165,214,117). Sum of RGB (Red+Green+Blue) = 165+214+117=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D675 is #5A298A. Grayscale: #BCBCBC. Windows color (decimal): -5908875 or 7722661. OLE color: 7722661.

HSL color Cylindrical-coordinate representation of color #A5D675: hue angle of 90.31º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5D675 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB165214117-
CMYK0.2300.450.16
HSL90.31º54.19%64.9%-
HSV(B)90.31º45.33%83.92%-
XYZ42.7757.3825.65-
YUV188.2987.77111.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 214 (83.98% from 255) = 43.15%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=33.27%
G=43.15%
B=23.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652141170.2300.450.1690.3154.1964.9
HexA5D6751702D105a3641
Octal245326165270552013266101
Binary101001011101011011101011011101011011000010110101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D675; }

 p { color: rgb(165,214,117); }

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

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

 a { background-color: rgb(165,214,117); }

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

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

 span { border-color: rgb(165,214,117); }

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