Html Css Color HEX #A1D676 Feijoa

📋 copy color: '#A1D676'

red 161 ◦ green 214 ◦ blue 118

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

Shades of Feijoa #A1D676

Tints of Feijoa #A1D676

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.41%

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

R = 32.66%
G = 43.41%
B = 23.94%

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

#A1D676 (or 0xA1D676) is known color: Feijoa. HEX triplet: A1, D6 and 76. RGB value is (161,214,118). Sum of RGB (Red+Green+Blue) = 161+214+118=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D676 is #5E2989. Grayscale: #BBBBBB. Windows color (decimal): -6171018 or 7788193. OLE color: 7788193.

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

Color convert

RGB 161 214 118 -
CMYK 0.25 0 0.45 0.16
HSL 93.13º 0.54% 0.65% -
HSV(B) 93.13º 0.45% 0.84% -
XYZ 42.01 56.98 25.92 -
YUV 187.21 88.94 109.31 -
System Red Green Blue C M Y K H S L
Decimal 161 214 118 0.25 0 0.45 0.16 93.13 0.54 0.65
Hex A1 D6 76 19 0 2D 10 5D 36 41
Octal 241 326 166 31 0 55 20 135 66 101
Binary 10100001 11010110 1110110 11001 0 101101 10000 1011101 110110 1000001

Color Harmonies of #A1D676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D676

Black with #A1D676

Text Example


Text Example

White with #A1D676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D676; }

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

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

background-color css

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

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

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

border-color css

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

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

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