#A5ED69

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

Shades of Feijoa #A5ED69

Tints of Feijoa #A5ED69

Color information

#A5ED69 (or 0xA5ED69) is unknown color: approx Feijoa. HEX triplet: A5, ED and 69. RGB value is (165,237,105). Sum of RGB (Red+Green+Blue) = 165+237+105=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5ED69 is #5A1296. Grayscale: #C8C8C8. Windows color (decimal): -5902999 or 6942117. OLE color: 6942117.

HSL color Cylindrical-coordinate representation of color #A5ED69: hue angle of 92.73º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5ED69 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB165237105-
CMYK0.3000.560.07
HSL92.73º78.57%67.06%-
HSV(B)92.73º55.7%92.94%-
XYZ48.3569.5924.25-
YUV200.4274.15102.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 237 (92.97% from 255) = 46.75%
BLUE value IS 105 (41.41% from 255) = 20.71%
R=32.54%
G=46.75%
B=20.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652371050.3000.560.0792.7378.5767.06
HexA5ED691E03875d4f43
Octal245355151360707135117103
Binary10100101111011011101001111100111000111101110110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ED69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ED69; }

 p { color: rgb(165,237,105); }

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

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

 a { background-color: rgb(165,237,105); }

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

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

 span { border-color: rgb(165,237,105); }

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