#A0DF75

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

Shades of Feijoa #A0DF75

Tints of Feijoa #A0DF75

Color information

#A0DF75 (or 0xA0DF75) is unknown color: approx Feijoa. HEX triplet: A0, DF and 75. RGB value is (160,223,117). Sum of RGB (Red+Green+Blue) = 160+223+117=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF75 is #5F208A. Grayscale: #C0C0C0. Windows color (decimal): -6234251 or 7724960. OLE color: 7724960.

HSL color Cylindrical-coordinate representation of color #A0DF75: hue angle of 95.66º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0DF75 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB160223117-
CMYK0.2800.480.13
HSL95.66º62.35%66.67%-
HSV(B)95.66º47.53%87.45%-
XYZ44.161.5326.38-
YUV192.0885.63105.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32%
GREEN value IS 223 (87.5% from 255) = 44.6%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=32%
G=44.6%
B=23.4%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602231170.2800.480.1395.6662.3566.67
HexA0DF751C030D603e43
Octal240337165340601514076103
Binary10100000110111111110101111000110000110111000001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DF75; }

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

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

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

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

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

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

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

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