Html Css Color HEX #A2D279 Feijoa

📋 copy color: '#A2D279'

red 162 ◦ green 210 ◦ blue 121

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

Shades of Feijoa #A2D279

Tints of Feijoa #A2D279

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.6%

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

R = 32.86%
G = 42.6%
B = 24.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#A2D279 (or 0xA2D279) is known color: Feijoa. HEX triplet: A2, D2 and 79. RGB value is (162,210,121). Sum of RGB (Red+Green+Blue) = 162+210+121=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D279 is #5D2D86. Grayscale: #B9B9B9. Windows color (decimal): -6106503 or 7983778. OLE color: 7983778.

HSL color Cylindrical-coordinate representation of color #A2D279: hue angle of 92.36º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2D279 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 210 121 -
CMYK 0.23 0 0.42 0.18
HSL 92.36º 0.5% 0.65% -
HSV(B) 92.36º 0.42% 0.82% -
XYZ 41.4 55.16 26.55 -
YUV 185.5 91.6 111.24 -
System Red Green Blue C M Y K H S L
Decimal 162 210 121 0.23 0 0.42 0.18 92.36 0.5 0.65
Hex A2 D2 79 17 0 2A 12 5C 32 41
Octal 242 322 171 27 0 52 22 134 62 101
Binary 10100010 11010010 1111001 10111 0 101010 10010 1011100 110010 1000001

Color Harmonies of #A2D279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D279

Black with #A2D279

Text Example


Text Example

White with #A2D279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D279; }

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

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

background-color css

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

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

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

border-color css

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

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

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