#A8D790

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

Shades of Feijoa #A8D790

Tints of Feijoa #A8D790

Color information

#A8D790 (or 0xA8D790) is unknown color: approx Feijoa. HEX triplet: A8, D7 and 90. RGB value is (168,215,144). Sum of RGB (Red+Green+Blue) = 168+215+144=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D790 is #57286F. Grayscale: #C1C1C1. Windows color (decimal): -5711984 or 9492392. OLE color: 9492392.

HSL color Cylindrical-coordinate representation of color #A8D790: hue angle of 99.72º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8D790 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB168215144-
CMYK0.2200.330.16
HSL99.72º47.02%70.39%-
HSV(B)99.72º33.02%84.31%-
XYZ45.4858.9435.36-
YUV192.85100.43110.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.88%
GREEN value IS 215 (84.38% from 255) = 40.80%
BLUE value IS 144 (56.64% from 255) = 27.32%
R=31.88%
G=40.80%
B=27.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682151440.2200.330.1699.7247.0270.39
HexA8D7901602110642f46
Octal250327220260412014457106
Binary1010100011010111100100001011001000011000011001001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D790; }

 p { color: rgb(168,215,144); }

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

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

 a { background-color: rgb(168,215,144); }

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

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

 span { border-color: rgb(168,215,144); }

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