#A9D478

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

Shades of Feijoa #A9D478

Tints of Feijoa #A9D478

Color information

#A9D478 (or 0xA9D478) is unknown color: approx Feijoa. HEX triplet: A9, D4 and 78. RGB value is (169,212,120). Sum of RGB (Red+Green+Blue) = 169+212+120=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #A9D478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D478 is #562B87. Grayscale: #BCBCBC. Windows color (decimal): -5647240 or 7918761. OLE color: 7918761.

HSL color Cylindrical-coordinate representation of color #A9D478: hue angle of 88.04º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9D478 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB169212120-
CMYK0.2000.430.17
HSL88.04º51.69%65.1%-
HSV(B)88.04º43.4%83.14%-
XYZ43.356.8826.47-
YUV188.6689.25113.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 212 (83.20% from 255) = 42.32%
BLUE value IS 120 (47.27% from 255) = 23.95%
R=33.73%
G=42.32%
B=23.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1692121200.2000.430.1788.0451.6965.1
HexA9D4781402B11583441
Octal251324170240532113064101
Binary101010011101010011110001010001010111000110110001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D478; }

 p { color: rgb(169,212,120); }

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

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

 a { background-color: rgb(169,212,120); }

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

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

 span { border-color: rgb(169,212,120); }

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