Html Css Color HEX #A1D76D Feijoa

📋 copy color: '#A1D76D'

red 161 ◦ green 215 ◦ blue 109

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

Shades of Feijoa #A1D76D

Tints of Feijoa #A1D76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.47%

R = 33.2%
G = 44.33%
B = 22.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#A1D76D (or 0xA1D76D) is known color: Feijoa. HEX triplet: A1, D7 and 6D. RGB value is (161,215,109). Sum of RGB (Red+Green+Blue) = 161+215+109=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D76D is #5E2892. Grayscale: #BBBBBB. Windows color (decimal): -6170771 or 7198625. OLE color: 7198625.

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

Color convert

RGB 161 215 109 -
CMYK 0.25 0 0.49 0.16
HSL 90.57º 0.57% 0.64% -
HSV(B) 90.57º 0.49% 0.84% -
XYZ 41.76 57.28 23.32 -
YUV 186.77 84.11 109.62 -
System Red Green Blue C M Y K H S L
Decimal 161 215 109 0.25 0 0.49 0.16 90.57 0.57 0.64
Hex A1 D7 6D 19 0 31 10 5B 39 40
Octal 241 327 155 31 0 61 20 133 71 100
Binary 10100001 11010111 1101101 11001 0 110001 10000 1011011 111001 1000000

Color Harmonies of #A1D76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D76D

Black with #A1D76D

Text Example


Text Example

White with #A1D76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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