Html Css Color HEX #A2D979 Feijoa

📋 copy color: '#A2D979'

red 162 ◦ green 217 ◦ blue 121

#A2D979
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #A2D979

Tints of Feijoa #A2D979

RGB

 RED value IS 162 (63.67% from 255) = 32.4%

 GREEN value IS 217 (85.16% from 255) = 43.4%

 BLUE value IS 121 (47.66% from 255) = 24.2%

R = 32.4%
G = 43.4%
B = 24.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#A2D979 (or 0xA2D979) is known color: Feijoa. HEX triplet: A2, D9 and 79. RGB value is (162,217,121). Sum of RGB (Red+Green+Blue) = 162+217+121=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D979 is #5D2686. Grayscale: #BDBDBD. Windows color (decimal): -6104711 or 7985570. OLE color: 7985570.

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

Color convert

RGB 162 217 121 -
CMYK 0.25 0 0.44 0.15
HSL 94.38º 0.56% 0.66% -
HSV(B) 94.38º 0.44% 0.85% -
XYZ 43.16 58.69 27.14 -
YUV 189.61 89.28 108.31 -
System Red Green Blue C M Y K H S L
Decimal 162 217 121 0.25 0 0.44 0.15 94.38 0.56 0.66
Hex A2 D9 79 19 0 2C F 5E 38 42
Octal 242 331 171 31 0 54 17 136 70 102
Binary 10100010 11011001 1111001 11001 0 101100 1111 1011110 111000 1000010

Color Harmonies of #A2D979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D979

Black with #A2D979

Text Example


Text Example

White with #A2D979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D979; }

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

 H1.HeaderClassName
 {
   color: #A2D979;
 }
 .AnyTagClassName
 {
   color: #A2D979;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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