#A4FD72

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

Shades of Feijoa #A4FD72

Tints of Feijoa #A4FD72

Color information

#A4FD72 (or 0xA4FD72) is unknown color: approx Feijoa. HEX triplet: A4, FD and 72. RGB value is (164,253,114). Sum of RGB (Red+Green+Blue) = 164+253+114=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FD72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FD72 is #5B028D. Grayscale: #D3D3D3. Windows color (decimal): -5964430 or 7536036. OLE color: 7536036.

HSL color Cylindrical-coordinate representation of color #A4FD72: hue angle of 98.42º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4FD72 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB164253114-
CMYK0.3500.550.01
HSL98.42º97.2%71.96%-
HSV(B)98.42º54.94%99.22%-
XYZ53.4779.3628.42-
YUV210.5473.5194.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 253 (99.22% from 255) = 47.65%
BLUE value IS 114 (44.92% from 255) = 21.47%
R=30.89%
G=47.65%
B=21.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642531140.3500.550.0198.4297.271.96
HexA4FD72230371626148
Octal244375162430671142141110
Binary1010010011111101111001010001101101111110001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FD72; }

 p { color: rgb(164,253,114); }

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

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

 a { background-color: rgb(164,253,114); }

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

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

 span { border-color: rgb(164,253,114); }

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