Html Css Color HEX #A2D882 Feijoa

📋 copy color: '#A2D882'

red 162 ◦ green 216 ◦ blue 130

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

Shades of Feijoa #A2D882

Tints of Feijoa #A2D882

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.52%

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

R = 31.89%
G = 42.52%
B = 25.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#A2D882 (or 0xA2D882) is known color: Feijoa. HEX triplet: A2, D8 and 82. RGB value is (162,216,130). Sum of RGB (Red+Green+Blue) = 162+216+130=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D882 is #5D277D. Grayscale: #BEBEBE. Windows color (decimal): -6104958 or 8575138. OLE color: 8575138.

HSL color Cylindrical-coordinate representation of color #A2D882: hue angle of 97.67º degrees, saturation: 0.52, 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 #A2D882 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 216 130 -
CMYK 0.25 0 0.40 0.15
HSL 97.67º 0.52% 0.68% -
HSV(B) 97.67º 0.4% 0.85% -
XYZ 43.49 58.4 30.1 -
YUV 190.05 94.11 107.99 -
System Red Green Blue C M Y K H S L
Decimal 162 216 130 0.25 0 0.40 0.15 97.67 0.52 0.68
Hex A2 D8 82 19 0 28 F 62 34 44
Octal 242 330 202 31 0 50 17 142 64 104
Binary 10100010 11011000 10000010 11001 0 101000 1111 1100010 110100 1000100

Color Harmonies of #A2D882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D882

Black with #A2D882

Text Example


Text Example

White with #A2D882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D882; }

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

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

background-color css

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

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

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

border-color css

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

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

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