#A1DF75

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

Shades of Feijoa #A1DF75

Tints of Feijoa #A1DF75

Color information

#A1DF75 (or 0xA1DF75) is unknown color: approx Feijoa. HEX triplet: A1, DF and 75. RGB value is (161,223,117). Sum of RGB (Red+Green+Blue) = 161+223+117=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DF75 is #5E208A. Grayscale: #C0C0C0. Windows color (decimal): -6168715 or 7724961. OLE color: 7724961.

HSL color Cylindrical-coordinate representation of color #A1DF75: hue angle of 95.09º 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 #A1DF75 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB161223117-
CMYK0.2800.480.13
HSL95.09º62.35%66.67%-
HSV(B)95.09º47.53%87.45%-
XYZ44.361.6426.39-
YUV192.3885.46105.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 223 (87.5% from 255) = 44.51%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=32.14%
G=44.51%
B=23.35%

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
Decimal1612231170.2800.480.1395.0962.3566.67
HexA1DF751C030D5f3e43
Octal241337165340601513776103
Binary10100001110111111110101111000110000110110111111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DF75; }

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

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

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

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

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

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

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

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