Html Css Color HEX #A2D776 Feijoa

📋 copy color: '#A2D776'

red 162 ◦ green 215 ◦ blue 118

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

Shades of Feijoa #A2D776

Tints of Feijoa #A2D776

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.43%

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

R = 32.73%
G = 43.43%
B = 23.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#A2D776 (or 0xA2D776) is known color: Feijoa. HEX triplet: A2, D7 and 76. RGB value is (162,215,118). Sum of RGB (Red+Green+Blue) = 162+215+118=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D776 is #5D2889. Grayscale: #BCBCBC. Windows color (decimal): -6105226 or 7788450. OLE color: 7788450.

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

Color convert

RGB 162 215 118 -
CMYK 0.25 0 0.45 0.16
HSL 92.78º 0.55% 0.65% -
HSV(B) 92.78º 0.45% 0.84% -
XYZ 42.47 57.59 26.02 -
YUV 188.1 88.44 109.39 -
System Red Green Blue C M Y K H S L
Decimal 162 215 118 0.25 0 0.45 0.16 92.78 0.55 0.65
Hex A2 D7 76 19 0 2D 10 5D 37 41
Octal 242 327 166 31 0 55 20 135 67 101
Binary 10100010 11010111 1110110 11001 0 101101 10000 1011101 110111 1000001

Color Harmonies of #A2D776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D776

Black with #A2D776

Text Example


Text Example

White with #A2D776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D776; }

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

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

background-color css

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

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

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

border-color css

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

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

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