#A4F37F

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

Shades of Feijoa #A4F37F

Tints of Feijoa #A4F37F

Color information

#A4F37F (or 0xA4F37F) is unknown color: approx Feijoa. HEX triplet: A4, F3 and 7F. RGB value is (164,243,127). Sum of RGB (Red+Green+Blue) = 164+243+127=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #A4F37F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F37F is #5B0C80. Grayscale: #CECECE. Windows color (decimal): -5966977 or 8385444. OLE color: 8385444.

HSL color Cylindrical-coordinate representation of color #A4F37F: hue angle of 100.86º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4F37F is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB164243127-
CMYK0.3300.480.05
HSL100.86º82.86%72.55%-
HSV(B)100.86º47.74%95.29%-
XYZ51.1973.5331.57-
YUV206.1683.3397.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.71%
GREEN value IS 243 (95.31% from 255) = 45.51%
BLUE value IS 127 (50% from 255) = 23.78%
R=30.71%
G=45.51%
B=23.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642431270.3300.480.05100.8682.8672.55
HexA4F37F210305655349
Octal244363177410605145123111
Binary101001001111001111111111000010110000101110010110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F37F; }

 p { color: rgb(164,243,127); }

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

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

 a { background-color: rgb(164,243,127); }

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

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

 span { border-color: rgb(164,243,127); }

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