#A4CD83

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

Shades of Feijoa #A4CD83

Tints of Feijoa #A4CD83

Color information

#A4CD83 (or 0xA4CD83) is unknown color: approx Feijoa. HEX triplet: A4, CD and 83. RGB value is (164,205,131). Sum of RGB (Red+Green+Blue) = 164+205+131=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CD83 is #5B327C. Grayscale: #B8B8B8. Windows color (decimal): -5976701 or 8637860. OLE color: 8637860.

HSL color Cylindrical-coordinate representation of color #A4CD83: hue angle of 93.24º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4CD83 is Cyan = 0.2, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB164205131-
CMYK0.200.360.20
HSL93.24º42.53%65.88%-
HSV(B)93.24º36.1%80.39%-
XYZ41.2453.1929.57-
YUV184.397.92113.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.8%
GREEN value IS 205 (80.47% from 255) = 41%
BLUE value IS 131 (51.56% from 255) = 26.2%
R=32.8%
G=41%
B=26.2%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642051310.200.360.2093.2442.5365.88
HexA4CD8314024145d2b42
Octal244315203240442413553102
Binary1010010011001101100000111010001001001010010111011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CD83; }

 p { color: rgb(164,205,131); }

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

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

 a { background-color: rgb(164,205,131); }

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

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

 span { border-color: rgb(164,205,131); }

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