#A8D690

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

Shades of Feijoa #A8D690

Tints of Feijoa #A8D690

Color information

#A8D690 (or 0xA8D690) is unknown color: approx Feijoa. HEX triplet: A8, D6 and 90. RGB value is (168,214,144). Sum of RGB (Red+Green+Blue) = 168+214+144=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D690 is #57296F. Grayscale: #C0C0C0. Windows color (decimal): -5712240 or 9492136. OLE color: 9492136.

HSL color Cylindrical-coordinate representation of color #A8D690: hue angle of 99.43º degrees, saturation: 0.46, 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 #A8D690 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB168214144-
CMYK0.2100.330.16
HSL99.43º46.05%70.2%-
HSV(B)99.43º32.71%83.92%-
XYZ45.2358.4335.28-
YUV192.27100.76110.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.94%
GREEN value IS 214 (83.98% from 255) = 40.68%
BLUE value IS 144 (56.64% from 255) = 27.38%
R=31.94%
G=40.68%
B=27.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682141440.2100.330.1699.4346.0570.2
HexA8D6901502110632e46
Octal250326220250412014356106
Binary1010100011010110100100001010101000011000011000111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D690; }

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

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

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

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

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

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

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

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