Html Css Color HEX #A1E66D Feijoa

📋 copy color: '#A1E66D'

red 161 ◦ green 230 ◦ blue 109

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

Shades of Feijoa #A1E66D

Tints of Feijoa #A1E66D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46%

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

R = 32.2%
G = 46%
B = 21.8%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#A1E66D (or 0xA1E66D) is known color: Feijoa. HEX triplet: A1, E6 and 6D. RGB value is (161,230,109). Sum of RGB (Red+Green+Blue) = 161+230+109=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 230 (90.23% from 255 or 46% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E66D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E66D is #5E1992. Grayscale: #C3C3C3. Windows color (decimal): -6166931 or 7202465. OLE color: 7202465.

HSL color Cylindrical-coordinate representation of color #A1E66D: hue angle of 94.21º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1E66D is Cyan = 0.3, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 230 109 -
CMYK 0.3 0 0.53 0.10
HSL 94.21º 0.71% 0.66% -
HSV(B) 94.21º 0.53% 0.9% -
XYZ 45.76 65.27 24.66 -
YUV 195.58 79.14 103.34 -
System Red Green Blue C M Y K H S L
Decimal 161 230 109 0.3 0 0.53 0.10 94.21 0.71 0.66
Hex A1 E6 6D 1E 0 35 A 5E 47 42
Octal 241 346 155 36 0 65 12 136 107 102
Binary 10100001 11100110 1101101 11110 0 110101 1010 1011110 1000111 1000010

Color Harmonies of #A1E66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E66D

Black with #A1E66D

Text Example


Text Example

White with #A1E66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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