#A4D283

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

Shades of Feijoa #A4D283

Tints of Feijoa #A4D283

Color information

#A4D283 (or 0xA4D283) is unknown color: approx Feijoa. HEX triplet: A4, D2 and 83. RGB value is (164,210,131). Sum of RGB (Red+Green+Blue) = 164+210+131=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D283 is #5B2D7C. Grayscale: #BBBBBB. Windows color (decimal): -5975421 or 8639140. OLE color: 8639140.

HSL color Cylindrical-coordinate representation of color #A4D283: hue angle of 94.94º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4D283 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB164210131-
CMYK0.2200.380.18
HSL94.94º46.75%66.86%-
HSV(B)94.94º37.62%82.35%-
XYZ42.4555.6229.97-
YUV187.2496.26111.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 210 (82.42% from 255) = 41.58%
BLUE value IS 131 (51.56% from 255) = 25.94%
R=32.48%
G=41.58%
B=25.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642101310.2200.380.1894.9446.7566.86
HexA4D28316026125f2f43
Octal244322203260462213757103
Binary1010010011010010100000111011001001101001010111111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D283; }

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

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

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

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

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

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

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

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