Html Css Color HEX #A1D86D Feijoa

📋 copy color: '#A1D86D'

red 161 ◦ green 216 ◦ blue 109

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

Shades of Feijoa #A1D86D

Tints of Feijoa #A1D86D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.44%

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

R = 33.13%
G = 44.44%
B = 22.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#A1D86D (or 0xA1D86D) is known color: Feijoa. HEX triplet: A1, D8 and 6D. RGB value is (161,216,109). Sum of RGB (Red+Green+Blue) = 161+216+109=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D86D is #5E2792. Grayscale: #BBBBBB. Windows color (decimal): -6170515 or 7198881. OLE color: 7198881.

HSL color Cylindrical-coordinate representation of color #A1D86D: hue angle of 90.84º degrees, saturation: 0.58, 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 #A1D86D is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 216 109 -
CMYK 0.25 0 0.50 0.15
HSL 90.84º 0.58% 0.64% -
HSV(B) 90.84º 0.5% 0.85% -
XYZ 42.01 57.79 23.41 -
YUV 187.36 83.78 109.2 -
System Red Green Blue C M Y K H S L
Decimal 161 216 109 0.25 0 0.50 0.15 90.84 0.58 0.64
Hex A1 D8 6D 19 0 32 F 5B 3A 40
Octal 241 330 155 31 0 62 17 133 72 100
Binary 10100001 11011000 1101101 11001 0 110010 1111 1011011 111010 1000000

Color Harmonies of #A1D86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D86D

Black with #A1D86D

Text Example


Text Example

White with #A1D86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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