Html Css Color HEX #A1E680 Feijoa

📋 copy color: '#A1E680'

red 161 ◦ green 230 ◦ blue 128

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

Shades of Feijoa #A1E680

Tints of Feijoa #A1E680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.66%

R = 31.02%
G = 44.32%
B = 24.66%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#A1E680 (or 0xA1E680) is known color: Feijoa. HEX triplet: A1, E6 and 80. RGB value is (161,230,128). Sum of RGB (Red+Green+Blue) = 161+230+128=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E680 is #5E197F. Grayscale: #C6C6C6. Windows color (decimal): -6166912 or 8447649. OLE color: 8447649.

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

Color convert

RGB 161 230 128 -
CMYK 0.3 0 0.44 0.10
HSL 100.59º 0.67% 0.7% -
HSV(B) 100.59º 0.44% 0.9% -
XYZ 46.89 65.73 30.64 -
YUV 197.74 88.64 101.79 -
System Red Green Blue C M Y K H S L
Decimal 161 230 128 0.3 0 0.44 0.10 100.59 0.67 0.7
Hex A1 E6 80 1E 0 2C A 65 43 46
Octal 241 346 200 36 0 54 12 145 103 106
Binary 10100001 11100110 10000000 11110 0 101100 1010 1100101 1000011 1000110

Color Harmonies of #A1E680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E680

Black with #A1E680

Text Example


Text Example

White with #A1E680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E680; }

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

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

background-color css

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

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

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

border-color css

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

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

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