Html Css Color HEX #A1D96D Feijoa

📋 copy color: '#A1D96D'

red 161 ◦ green 217 ◦ blue 109

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

Shades of Feijoa #A1D96D

Tints of Feijoa #A1D96D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.56%

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

R = 33.06%
G = 44.56%
B = 22.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#A1D96D (or 0xA1D96D) is known color: Feijoa. HEX triplet: A1, D9 and 6D. RGB value is (161,217,109). Sum of RGB (Red+Green+Blue) = 161+217+109=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D96D is #5E2692. Grayscale: #BCBCBC. Windows color (decimal): -6170259 or 7199137. OLE color: 7199137.

HSL color Cylindrical-coordinate representation of color #A1D96D: hue angle of 91.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1D96D is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 217 109 -
CMYK 0.26 0 0.50 0.15
HSL 91.11º 0.59% 0.64% -
HSV(B) 91.11º 0.5% 0.85% -
XYZ 42.27 58.31 23.49 -
YUV 187.94 83.45 108.78 -
System Red Green Blue C M Y K H S L
Decimal 161 217 109 0.26 0 0.50 0.15 91.11 0.59 0.64
Hex A1 D9 6D 1A 0 32 F 5B 3B 40
Octal 241 331 155 32 0 62 17 133 73 100
Binary 10100001 11011001 1101101 11010 0 110010 1111 1011011 111011 1000000

Color Harmonies of #A1D96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D96D

Black with #A1D96D

Text Example


Text Example

White with #A1D96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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