#A9DD75

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

Shades of Feijoa #A9DD75

Tints of Feijoa #A9DD75

Color information

#A9DD75 (or 0xA9DD75) is unknown color: approx Feijoa. HEX triplet: A9, DD and 75. RGB value is (169,221,117). Sum of RGB (Red+Green+Blue) = 169+221+117=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DD75 is #56228A. Grayscale: #C1C1C1. Windows color (decimal): -5644939 or 7724457. OLE color: 7724457.

HSL color Cylindrical-coordinate representation of color #A9DD75: hue angle of 90º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9DD75 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB169221117-
CMYK0.2400.470.13
HSL90º60.47%66.27%-
HSV(B)90º47.06%86.67%-
XYZ45.4361.4326.29-
YUV193.684.77110.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 43.59%
BLUE value IS 117 (46.09% from 255) = 23.08%
R=33.33%
G=43.59%
B=23.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692211170.2400.470.139060.4766.27
HexA9DD751802FD5a3c42
Octal251335165300571513274102
Binary10101001110111011110101110000101111110110110101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DD75; }

 p { color: rgb(169,221,117); }

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

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

 a { background-color: rgb(169,221,117); }

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

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

 span { border-color: rgb(169,221,117); }

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