#A4FD74

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

Shades of Feijoa #A4FD74

Tints of Feijoa #A4FD74

Color information

#A4FD74 (or 0xA4FD74) is unknown color: approx Feijoa. HEX triplet: A4, FD and 74. RGB value is (164,253,116). Sum of RGB (Red+Green+Blue) = 164+253+116=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FD74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FD74 is #5B028B. Grayscale: #D3D3D3. Windows color (decimal): -5964428 or 7667108. OLE color: 7667108.

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

Color convert

RGB164253116-
CMYK0.3500.540.01
HSL98.98º97.16%72.35%-
HSV(B)98.98º54.15%99.22%-
XYZ53.5979.429.03-
YUV210.7774.5194.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 253 (99.22% from 255) = 47.47%
BLUE value IS 116 (45.70% from 255) = 21.76%
R=30.77%
G=47.47%
B=21.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642531160.3500.540.0198.9897.1672.35
HexA4FD74230361636148
Octal244375164430661143141110
Binary1010010011111101111010010001101101101110001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FD74; }

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

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

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

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

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

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

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

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