#A0F278

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

Shades of Feijoa #A0F278

Tints of Feijoa #A0F278

Color information

#A0F278 (or 0xA0F278) is unknown color: approx Feijoa. HEX triplet: A0, F2 and 78. RGB value is (160,242,120). Sum of RGB (Red+Green+Blue) = 160+242+120=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F278 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F278 is #5F0D87. Grayscale: #CBCBCB. Windows color (decimal): -6229384 or 7926432. OLE color: 7926432.

HSL color Cylindrical-coordinate representation of color #A0F278: hue angle of 100.33º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0F278 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB160242120-
CMYK0.3400.500.05
HSL100.33º82.43%70.98%-
HSV(B)100.33º50.41%94.9%-
XYZ49.6472.3329.11-
YUV203.5780.8396.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.65%
GREEN value IS 242 (94.92% from 255) = 46.36%
BLUE value IS 120 (47.27% from 255) = 22.99%
R=30.65%
G=46.36%
B=22.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602421200.3400.500.05100.3382.4370.98
HexA0F278220325645247
Octal240362170420625144122107
Binary101000001111001011110001000100110010101110010010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F278; }

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

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

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

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

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

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

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

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