#A2DF6B

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

Shades of Feijoa #A2DF6B

Tints of Feijoa #A2DF6B

Color information

#A2DF6B (or 0xA2DF6B) is unknown color: approx Feijoa. HEX triplet: A2, DF and 6B. RGB value is (162,223,107). Sum of RGB (Red+Green+Blue) = 162+223+107=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DF6B is #5D2094. Grayscale: #BFBFBF. Windows color (decimal): -6103189 or 7069602. OLE color: 7069602.

HSL color Cylindrical-coordinate representation of color #A2DF6B: hue angle of 91.55º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2DF6B is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB162223107-
CMYK0.2700.520.13
HSL91.55º64.44%64.71%-
HSV(B)91.55º52.02%87.45%-
XYZ43.9461.5223.47-
YUV191.5480.29106.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.93%
GREEN value IS 223 (87.5% from 255) = 45.33%
BLUE value IS 107 (42.19% from 255) = 21.75%
R=32.93%
G=45.33%
B=21.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622231070.2700.520.1391.5564.4464.71
HexA2DF6B1B034D5c4041
Octal2423371533306415134100101
Binary101000101101111111010111101101101001101101110010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DF6B; }

 p { color: rgb(162,223,107); }

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

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

 a { background-color: rgb(162,223,107); }

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

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

 span { border-color: rgb(162,223,107); }

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