Html Css Color HEX #A1D76B Feijoa

📋 copy color: '#A1D76B'

red 161 ◦ green 215 ◦ blue 107

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

Shades of Feijoa #A1D76B

Tints of Feijoa #A1D76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.15%

R = 33.33%
G = 44.51%
B = 22.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#A1D76B (or 0xA1D76B) is known color: Feijoa. HEX triplet: A1, D7 and 6B. RGB value is (161,215,107). Sum of RGB (Red+Green+Blue) = 161+215+107=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D76B is #5E2894. Grayscale: #BABABA. Windows color (decimal): -6170773 or 7067553. OLE color: 7067553.

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

Color convert

RGB 161 215 107 -
CMYK 0.25 0 0.50 0.16
HSL 90º 0.57% 0.63% -
HSV(B) 90º 0.5% 0.84% -
XYZ 41.65 57.24 22.76 -
YUV 186.54 83.11 109.78 -
System Red Green Blue C M Y K H S L
Decimal 161 215 107 0.25 0 0.50 0.16 90 0.57 0.63
Hex A1 D7 6B 19 0 32 10 5A 39 3F
Octal 241 327 153 31 0 62 20 132 71 77
Binary 10100001 11010111 1101011 11001 0 110010 10000 1011010 111001 111111

Color Harmonies of #A1D76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D76B

Black with #A1D76B

Text Example


Text Example

White with #A1D76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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