Html Css Color HEX #A2DA82 Feijoa

📋 copy color: '#A2DA82'

red 162 ◦ green 218 ◦ blue 130

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

Shades of Feijoa #A2DA82

Tints of Feijoa #A2DA82

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.75%

 BLUE value IS 130 (51.17% from 255) = 25.49%

R = 31.76%
G = 42.75%
B = 25.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#A2DA82 (or 0xA2DA82) is known color: Feijoa. HEX triplet: A2, DA and 82. RGB value is (162,218,130). Sum of RGB (Red+Green+Blue) = 162+218+130=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DA82 is #5D257D. Grayscale: #BFBFBF. Windows color (decimal): -6104446 or 8575650. OLE color: 8575650.

HSL color Cylindrical-coordinate representation of color #A2DA82: hue angle of 98.18º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2DA82 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 218 130 -
CMYK 0.26 0 0.40 0.15
HSL 98.18º 0.54% 0.68% -
HSV(B) 98.18º 0.4% 0.85% -
XYZ 44 59.44 30.27 -
YUV 191.22 93.45 107.16 -
System Red Green Blue C M Y K H S L
Decimal 162 218 130 0.26 0 0.40 0.15 98.18 0.54 0.68
Hex A2 DA 82 1A 0 28 F 62 36 44
Octal 242 332 202 32 0 50 17 142 66 104
Binary 10100010 11011010 10000010 11010 0 101000 1111 1100010 110110 1000100

Color Harmonies of #A2DA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DA82

Black with #A2DA82

Text Example


Text Example

White with #A2DA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DA82; }

 p { color: rgb(162,218,130); }

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

background-color css

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

 a { background-color: rgb(162,218,130); }

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

border-color css

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

 span { border-color: rgb(162,218,130); }

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