#A0F275

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

Shades of Feijoa #A0F275

Tints of Feijoa #A0F275

Color information

#A0F275 (or 0xA0F275) is unknown color: approx Feijoa. HEX triplet: A0, F2 and 75. RGB value is (160,242,117). Sum of RGB (Red+Green+Blue) = 160+242+117=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F275 is #5F0D8A. Grayscale: #CBCBCB. Windows color (decimal): -6229387 or 7729824. OLE color: 7729824.

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

Color convert

RGB160242117-
CMYK0.3400.520.05
HSL99.36º82.78%70.39%-
HSV(B)99.36º51.65%94.9%-
XYZ49.4672.2628.17-
YUV203.2379.3397.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.83%
GREEN value IS 242 (94.92% from 255) = 46.63%
BLUE value IS 117 (46.09% from 255) = 22.54%
R=30.83%
G=46.63%
B=22.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602421170.3400.520.0599.3682.7870.39
HexA0F275220345635346
Octal240362165420645143123106
Binary101000001111001011101011000100110100101110001110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F275; }

 p { color: rgb(160,242,117); }

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

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

 a { background-color: rgb(160,242,117); }

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

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

 span { border-color: rgb(160,242,117); }

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