#A8D58A

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

Shades of Feijoa #A8D58A

Tints of Feijoa #A8D58A

Color information

#A8D58A (or 0xA8D58A) is unknown color: approx Feijoa. HEX triplet: A8, D5 and 8A. RGB value is (168,213,138). Sum of RGB (Red+Green+Blue) = 168+213+138=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D58A is #572A75. Grayscale: #BFBFBF. Windows color (decimal): -5712502 or 9098664. OLE color: 9098664.

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

Color convert

RGB168213138-
CMYK0.2100.350.16
HSL96º47.17%68.82%-
HSV(B)96º35.21%83.53%-
XYZ44.5357.7532.84-
YUV190.9998.09111.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 213 (83.59% from 255) = 41.04%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=32.37%
G=41.04%
B=26.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682131380.2100.350.169647.1768.82
HexA8D58A1502310602f45
Octal250325212250432014057105
Binary1010100011010101100010101010101000111000011000001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D58A; }

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

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

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

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

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

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

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

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