#A1D782

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

Shades of Feijoa #A1D782

Tints of Feijoa #A1D782

Color information

#A1D782 (or 0xA1D782) is unknown color: approx Feijoa. HEX triplet: A1, D7 and 82. RGB value is (161,215,130). Sum of RGB (Red+Green+Blue) = 161+215+130=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D782 is #5E287D. Grayscale: #BDBDBD. Windows color (decimal): -6170750 or 8574881. OLE color: 8574881.

HSL color Cylindrical-coordinate representation of color #A1D782: hue angle of 98.12º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1D782 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB161215130-
CMYK0.2500.400.16
HSL98.12º51.52%67.65%-
HSV(B)98.12º39.53%84.31%-
XYZ43.0357.7930.01-
YUV189.1694.61107.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 215 (84.38% from 255) = 42.49%
BLUE value IS 130 (51.17% from 255) = 25.69%
R=31.82%
G=42.49%
B=25.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612151300.2500.400.1698.1251.5267.65
HexA1D7821902810623444
Octal241327202310502014264104
Binary1010000111010111100000101100101010001000011000101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D782; }

 p { color: rgb(161,215,130); }

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

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

 a { background-color: rgb(161,215,130); }

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

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

 span { border-color: rgb(161,215,130); }

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