#A0F369

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

Shades of Feijoa #A0F369

Tints of Feijoa #A0F369

Color information

#A0F369 (or 0xA0F369) is unknown color: approx Feijoa. HEX triplet: A0, F3 and 69. RGB value is (160,243,105). Sum of RGB (Red+Green+Blue) = 160+243+105=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 105 (41.41% from 255 or 20.67% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F369 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F369 is #5F0C96. Grayscale: #CACACA. Windows color (decimal): -6229143 or 6943648. OLE color: 6943648.

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

Color convert

RGB160243105-
CMYK0.3400.570.05
HSL96.09º85.19%68.24%-
HSV(B)96.09º56.79%95.29%-
XYZ49.172.5924.79-
YUV202.457397.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.50%
GREEN value IS 243 (95.31% from 255) = 47.83%
BLUE value IS 105 (41.41% from 255) = 20.67%
R=31.50%
G=47.83%
B=20.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602431050.3400.570.0596.0985.1968.24
HexA0F369220395605544
Octal240363151420715140125104
Binary101000001111001111010011000100111001101110000010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F369; }

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

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

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

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

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

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

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

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