Html Css Color HEX #A1D776 Feijoa

📋 copy color: '#A1D776'

red 161 ◦ green 215 ◦ blue 118

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

Shades of Feijoa #A1D776

Tints of Feijoa #A1D776

RGB

 RED value IS 161 (63.28% from 255) = 32.59%

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

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

R = 32.59%
G = 43.52%
B = 23.89%

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

#A1D776 (or 0xA1D776) is known color: Feijoa. HEX triplet: A1, D7 and 76. RGB value is (161,215,118). Sum of RGB (Red+Green+Blue) = 161+215+118=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D776 is #5E2889. Grayscale: #BCBCBC. Windows color (decimal): -6170762 or 7788449. OLE color: 7788449.

HSL color Cylindrical-coordinate representation of color #A1D776: hue angle of 93.4º 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 #A1D776 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 215 118 -
CMYK 0.25 0 0.45 0.16
HSL 93.4º 0.55% 0.65% -
HSV(B) 93.4º 0.45% 0.84% -
XYZ 42.27 57.49 26.01 -
YUV 187.8 88.61 108.89 -
System Red Green Blue C M Y K H S L
Decimal 161 215 118 0.25 0 0.45 0.16 93.4 0.55 0.65
Hex A1 D7 76 19 0 2D 10 5D 37 41
Octal 241 327 166 31 0 55 20 135 67 101
Binary 10100001 11010111 1110110 11001 0 101101 10000 1011101 110111 1000001

Color Harmonies of #A1D776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D776

Black with #A1D776

Text Example


Text Example

White with #A1D776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D776; }

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

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

background-color css

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

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

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

border-color css

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

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

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