#A8D592

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

Shades of Feijoa #A8D592

Tints of Feijoa #A8D592

Color information

#A8D592 (or 0xA8D592) is unknown color: approx Feijoa. HEX triplet: A8, D5 and 92. RGB value is (168,213,146). Sum of RGB (Red+Green+Blue) = 168+213+146=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D592 is #572A6D. Grayscale: #C0C0C0. Windows color (decimal): -5712494 or 9622952. OLE color: 9622952.

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

Color convert

RGB168213146-
CMYK0.2100.310.16
HSL100.3º44.37%70.39%-
HSV(B)100.3º31.46%83.53%-
XYZ45.1357.9936.01-
YUV191.91102.09110.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.88%
GREEN value IS 213 (83.59% from 255) = 40.42%
BLUE value IS 146 (57.42% from 255) = 27.70%
R=31.88%
G=40.42%
B=27.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682131460.2100.310.16100.344.3770.39
HexA8D5921501F10642c46
Octal250325222250372014454106
Binary101010001101010110010010101010111111000011001001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D592; }

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

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

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

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

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

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

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

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