Html Css Color HEX #A1D66D Feijoa

📋 copy color: '#A1D66D'

red 161 ◦ green 214 ◦ blue 109

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

Shades of Feijoa #A1D66D

Tints of Feijoa #A1D66D

RGB

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

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

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

R = 33.26%
G = 44.21%
B = 22.52%

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

#A1D66D (or 0xA1D66D) is known color: Feijoa. HEX triplet: A1, D6 and 6D. RGB value is (161,214,109). Sum of RGB (Red+Green+Blue) = 161+214+109=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D66D is #5E2992. Grayscale: #BABABA. Windows color (decimal): -6171027 or 7198369. OLE color: 7198369.

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

Color convert

RGB 161 214 109 -
CMYK 0.25 0 0.49 0.16
HSL 90.29º 0.56% 0.63% -
HSV(B) 90.29º 0.49% 0.84% -
XYZ 41.5 56.77 23.24 -
YUV 186.18 84.44 110.04 -
System Red Green Blue C M Y K H S L
Decimal 161 214 109 0.25 0 0.49 0.16 90.29 0.56 0.63
Hex A1 D6 6D 19 0 31 10 5A 38 3F
Octal 241 326 155 31 0 61 20 132 70 77
Binary 10100001 11010110 1101101 11001 0 110001 10000 1011010 111000 111111

Color Harmonies of #A1D66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D66D

Black with #A1D66D

Text Example


Text Example

White with #A1D66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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