Html Css Color HEX #A2D876 Feijoa

📋 copy color: '#A2D876'

red 162 ◦ green 216 ◦ blue 118

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

Shades of Feijoa #A2D876

Tints of Feijoa #A2D876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.79%

R = 32.66%
G = 43.55%
B = 23.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#A2D876 (or 0xA2D876) is known color: Feijoa. HEX triplet: A2, D8 and 76. RGB value is (162,216,118). Sum of RGB (Red+Green+Blue) = 162+216+118=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D876 is #5D2789. Grayscale: #BDBDBD. Windows color (decimal): -6104970 or 7788706. OLE color: 7788706.

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

Color convert

RGB 162 216 118 -
CMYK 0.25 0 0.45 0.15
HSL 93.06º 0.56% 0.65% -
HSV(B) 93.06º 0.45% 0.85% -
XYZ 42.73 58.1 26.1 -
YUV 188.68 88.11 108.97 -
System Red Green Blue C M Y K H S L
Decimal 162 216 118 0.25 0 0.45 0.15 93.06 0.56 0.65
Hex A2 D8 76 19 0 2D F 5D 38 41
Octal 242 330 166 31 0 55 17 135 70 101
Binary 10100010 11011000 1110110 11001 0 101101 1111 1011101 111000 1000001

Color Harmonies of #A2D876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D876

Black with #A2D876

Text Example


Text Example

White with #A2D876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D876; }

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

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

background-color css

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

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

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

border-color css

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

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

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