#A8DD7F

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

Shades of Feijoa #A8DD7F

Tints of Feijoa #A8DD7F

Color information

#A8DD7F (or 0xA8DD7F) is unknown color: approx Feijoa. HEX triplet: A8, DD and 7F. RGB value is (168,221,127). Sum of RGB (Red+Green+Blue) = 168+221+127=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD7F is #572280. Grayscale: #C2C2C2. Windows color (decimal): -5710465 or 8379816. OLE color: 8379816.

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

Color convert

RGB168221127-
CMYK0.2400.430.13
HSL93.83º58.02%68.24%-
HSV(B)93.83º42.53%86.67%-
XYZ45.8461.5729.55-
YUV194.4489.94109.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 221 (86.72% from 255) = 42.83%
BLUE value IS 127 (50% from 255) = 24.61%
R=32.56%
G=42.83%
B=24.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682211270.2400.430.1393.8358.0268.24
HexA8DD7F1802BD5e3a44
Octal250335177300531513672104
Binary10101000110111011111111110000101011110110111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DD7F; }

 p { color: rgb(168,221,127); }

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

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

 a { background-color: rgb(168,221,127); }

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

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

 span { border-color: rgb(168,221,127); }

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