#A4F283

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

Shades of Feijoa #A4F283

Tints of Feijoa #A4F283

Color information

#A4F283 (or 0xA4F283) is unknown color: approx Feijoa. HEX triplet: A4, F2 and 83. RGB value is (164,242,131). Sum of RGB (Red+Green+Blue) = 164+242+131=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 131 (51.56% from 255 or 24.39% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #A4F283 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F283 is #5B0D7C. Grayscale: #CECECE. Windows color (decimal): -5967229 or 8647332. OLE color: 8647332.

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

Color convert

RGB164242131-
CMYK0.3200.460.05
HSL102.16º81.02%73.14%-
HSV(B)102.16º45.87%94.9%-
XYZ51.1673.0432.87-
YUV206.0285.6698.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.54%
GREEN value IS 242 (94.92% from 255) = 45.07%
BLUE value IS 131 (51.56% from 255) = 24.39%
R=30.54%
G=45.07%
B=24.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642421310.3200.460.05102.1681.0273.14
HexA4F2832002E5665149
Octal244362203400565146121111
Binary1010010011110010100000111000000101110101110011010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F283; }

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

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

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

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

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

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

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

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