#A8F27C

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

Shades of Feijoa #A8F27C

Tints of Feijoa #A8F27C

Color information

#A8F27C (or 0xA8F27C) is unknown color: approx Feijoa. HEX triplet: A8, F2 and 7C. RGB value is (168,242,124). Sum of RGB (Red+Green+Blue) = 168+242+124=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 124 (48.83% from 255 or 23.22% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F27C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F27C is #570D83. Grayscale: #CECECE. Windows color (decimal): -5705092 or 8188584. OLE color: 8188584.

HSL color Cylindrical-coordinate representation of color #A8F27C: hue angle of 97.63º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8F27C is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB168242124-
CMYK0.3100.490.05
HSL97.63º81.94%71.76%-
HSV(B)97.63º48.76%94.9%-
XYZ51.5473.2830.5-
YUV206.4281.48100.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.46%
GREEN value IS 242 (94.92% from 255) = 45.32%
BLUE value IS 124 (48.83% from 255) = 23.22%
R=31.46%
G=45.32%
B=23.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682421240.3100.490.0597.6381.9471.76
HexA8F27C1F0315625248
Octal250362174370615142122110
Binary10101000111100101111100111110110001101110001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F27C; }

 p { color: rgb(168,242,124); }

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

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

 a { background-color: rgb(168,242,124); }

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

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

 span { border-color: rgb(168,242,124); }

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