#A8D692

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

Shades of Feijoa #A8D692

Tints of Feijoa #A8D692

Color information

#A8D692 (or 0xA8D692) is unknown color: approx Feijoa. HEX triplet: A8, D6 and 92. RGB value is (168,214,146). Sum of RGB (Red+Green+Blue) = 168+214+146=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D692 is #57296D. Grayscale: #C0C0C0. Windows color (decimal): -5712238 or 9623208. OLE color: 9623208.

HSL color Cylindrical-coordinate representation of color #A8D692: hue angle of 100.59º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8D692 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB168214146-
CMYK0.2100.320.16
HSL100.59º45.33%70.59%-
HSV(B)100.59º31.78%83.92%-
XYZ45.3858.4936.09-
YUV192.49101.76110.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 214 (83.98% from 255) = 40.53%
BLUE value IS 146 (57.42% from 255) = 27.65%
R=31.82%
G=40.53%
B=27.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682141460.2100.320.16100.5945.3370.59
HexA8D6921502010652d47
Octal250326222250402014555107
Binary1010100011010110100100101010101000001000011001011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D692; }

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

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

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

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

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

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

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

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