#a2d969

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

Shades of Feijoa #A2D969

Tints of Feijoa #A2D969

Color information

#A2D969 (or 0xA2D969) is unknown color: approx Feijoa. HEX triplet: A2, D9 and 69. RGB value is (162,217,105). Sum of RGB (Red+Green+Blue) = 162+217+105=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D969 is #5D2696. Grayscale: #BCBCBC. Windows color (decimal): -6104727 or 6936994. OLE color: 6936994.

HSL color Cylindrical-coordinate representation of color #A2D969: hue angle of 89.46º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2D969 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB162217105-
CMYK0.2500.520.15
HSL89.46º59.57%63.14%-
HSV(B)89.46º51.61%85.1%-
XYZ42.2658.3322.4-
YUV187.7981.28109.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.47%
GREEN value IS 217 (85.16% from 255) = 44.83%
BLUE value IS 105 (41.41% from 255) = 21.69%
R=33.47%
G=44.83%
B=21.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622171050.2500.520.1589.4659.5763.14
HexA2D96919034F593c3f
Octal24233115131064171317477
Binary1010001011011001110100111001011010011111011001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2d969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2d969; }

 p { color: rgb(162,217,105); }

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

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

 a { background-color: rgb(162,217,105); }

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

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

 span { border-color: rgb(162,217,105); }

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