#A0F869

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

Shades of Feijoa #A0F869

Tints of Feijoa #A0F869

Color information

#A0F869 (or 0xA0F869) is unknown color: approx Feijoa. HEX triplet: A0, F8 and 69. RGB value is (160,248,105). Sum of RGB (Red+Green+Blue) = 160+248+105=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F869 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F869 is #5F0796. Grayscale: #CDCDCD. Windows color (decimal): -6227863 or 6944928. OLE color: 6944928.

HSL color Cylindrical-coordinate representation of color #A0F869: hue angle of 96.92º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0F869 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB160248105-
CMYK0.3500.580.03
HSL96.92º91.08%69.22%-
HSV(B)96.92º57.66%97.25%-
XYZ50.6175.6325.29-
YUV205.3971.3595.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 248 (97.27% from 255) = 48.34%
BLUE value IS 105 (41.41% from 255) = 20.47%
R=31.19%
G=48.34%
B=20.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1602481050.3500.580.0396.9291.0869.22
HexA0F8692303A3615b45
Octal240370151430723141133105
Binary10100000111110001101001100011011101011110000110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F869; }

 p { color: rgb(160,248,105); }

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

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

 a { background-color: rgb(160,248,105); }

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

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

 span { border-color: rgb(160,248,105); }

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