#A5D674

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

Shades of Feijoa #A5D674

Tints of Feijoa #A5D674

Color information

#A5D674 (or 0xA5D674) is unknown color: approx Feijoa. HEX triplet: A5, D6 and 74. RGB value is (165,214,116). Sum of RGB (Red+Green+Blue) = 165+214+116=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D674 is #5A298B. Grayscale: #BCBCBC. Windows color (decimal): -5908876 or 7657125. OLE color: 7657125.

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

Color convert

RGB165214116-
CMYK0.2300.460.16
HSL90º54.44%64.71%-
HSV(B)90º45.79%83.92%-
XYZ42.7257.3525.34-
YUV188.1887.27111.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 214 (83.98% from 255) = 43.23%
BLUE value IS 116 (45.70% from 255) = 23.43%
R=33.33%
G=43.23%
B=23.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652141160.2300.460.169054.4464.71
HexA5D6741702E105a3641
Octal245326164270562013266101
Binary101001011101011011101001011101011101000010110101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D674; }

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

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

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

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

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

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

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

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