#a4f87b

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

Shades of Feijoa #A4F87B

Tints of Feijoa #A4F87B

Color information

#A4F87B (or 0xA4F87B) is unknown color: approx Feijoa. HEX triplet: A4, F8 and 7B. RGB value is (164,248,123). Sum of RGB (Red+Green+Blue) = 164+248+123=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #A4F87B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F87B is #5B0784. Grayscale: #D1D1D1. Windows color (decimal): -5965701 or 8124580. OLE color: 8124580.

HSL color Cylindrical-coordinate representation of color #A4F87B: hue angle of 100.32º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4F87B is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB164248123-
CMYK0.3400.500.03
HSL100.32º89.93%72.75%-
HSV(B)100.32º50.4%97.25%-
XYZ52.4576.4630.73-
YUV208.6379.6796.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.65%
GREEN value IS 248 (97.27% from 255) = 46.36%
BLUE value IS 123 (48.44% from 255) = 22.99%
R=30.65%
G=46.36%
B=22.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1642481230.3400.500.03100.3289.9372.75
HexA4F87B220323645a49
Octal244370173420623144132111
Binary10100100111110001111011100010011001011110010010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4f87b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4f87b; }

 p { color: rgb(164,248,123); }

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

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

 a { background-color: rgb(164,248,123); }

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

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

 span { border-color: rgb(164,248,123); }

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